change EXPECT_EQ(false, ... to EXPECT_FALSE(...; ditto for ASSERT_EQ
[folly.git] / folly / test / AsciiCaseInsensitiveTest.cpp
index cd05ba288596639488071f97880f129044a6d098..236b8e3144991677a216b5f5d54223d603306a9c 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2016 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.
@@ -16,8 +16,8 @@
 
 #include <folly/Range.h>
 
-#include <gflags/gflags.h>
-#include <gtest/gtest.h>
+#include <folly/portability/GFlags.h>
+#include <folly/portability/GTest.h>
 #include <algorithm>
 
 using namespace std;