X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FAsciiCaseInsensitiveTest.cpp;h=236b8e3144991677a216b5f5d54223d603306a9c;hb=e0b75e77cc224d3caffbb717342873c858e893fe;hp=2a357b0b7d1ebe138f0a7765bb4ad80459918570;hpb=10a3632117951cb83334903385d13a176e8ce14e;p=folly.git diff --git a/folly/test/AsciiCaseInsensitiveTest.cpp b/folly/test/AsciiCaseInsensitiveTest.cpp index 2a357b0b..236b8e31 100644 --- a/folly/test/AsciiCaseInsensitiveTest.cpp +++ b/folly/test/AsciiCaseInsensitiveTest.cpp @@ -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. @@ -14,9 +14,10 @@ * limitations under the License. */ -#include "folly/Range.h" +#include -#include +#include +#include #include using namespace std; @@ -32,6 +33,6 @@ TEST(CaseInsensitiveMatch, CompareWithLegacy) { int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); }