Destroy promise/future callback functions before waking waiters
[folly.git] / folly / test / LazyTest.cpp
index cf5492ff6a010369edbb1ff26f9e741d14ec5bc7..5fe9c80860b7e8482168509620dff9d4a849850c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2014 Facebook, Inc.
+ * Copyright 2017 Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -19,7 +19,7 @@
 #include <functional>
 #include <iostream>
 
-#include <gtest/gtest.h>
+#include <folly/portability/GTest.h>
 
 namespace folly {