X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFBVectorTest.cpp;h=74d15054890753e21f607e7ad3c66ca93cb208ec;hb=69433ef3053ca1635c99dc1da712af8784200063;hp=919063e81d379c42fe0e6147b2dfbbe111ae3d4f;hpb=ce64f0f685111ac24c7a321ea56d0c3524621df1;p=folly.git diff --git a/folly/test/FBVectorTest.cpp b/folly/test/FBVectorTest.cpp index 919063e8..74d15054 100644 --- a/folly/test/FBVectorTest.cpp +++ b/folly/test/FBVectorTest.cpp @@ -276,6 +276,6 @@ TEST(FBVector, vector_of_maps) { int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); }