X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FAtomicStructTest.cpp;h=43757a35dcd0083d74d661782ac26d932b521f49;hp=e142834c8d68893d4c8348aca0e4826771f2c125;hb=f6a8fe63f09913d1784f974845dcfdfef3d5b93e;hpb=73e3273b9f2f2f5686e2b6ff4a87d572f2391585 diff --git a/folly/test/AtomicStructTest.cpp b/folly/test/AtomicStructTest.cpp index e142834c..43757a35 100644 --- a/folly/test/AtomicStructTest.cpp +++ b/folly/test/AtomicStructTest.cpp @@ -71,6 +71,6 @@ TEST(AtomicStruct, size_selection) { int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); }