X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FMPMCPipelineTest.cpp;h=1914b6737558b2dff9fd99e8279775399518af40;hb=e64edf8025220bf74a2c38b8d38bd3a1d0a1e9eb;hp=eed99054223af6ea15e2f11d4b68bba9e58c2765;hpb=5f4c667266b71278ced3af90b86859f94b3ea9a8;p=folly.git diff --git a/folly/test/MPMCPipelineTest.cpp b/folly/test/MPMCPipelineTest.cpp index eed99054..1914b673 100644 --- a/folly/test/MPMCPipelineTest.cpp +++ b/folly/test/MPMCPipelineTest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2013 Facebook, Inc. + * Copyright 2016 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,7 +14,7 @@ * limitations under the License. */ -#include "folly/MPMCPipeline.h" +#include #include #include @@ -22,7 +22,7 @@ #include #include -#include "folly/Conv.h" +#include namespace folly { namespace test { @@ -160,7 +160,6 @@ TEST(MPMCPipeline, MultiThreaded) { int main(int argc, char *argv[]) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); return RUN_ALL_TESTS(); } -