X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FBitIteratorTest.cpp;h=23083364b11a685628ff473e035c29330b5cf085;hb=refs%2Ftags%2Fv2017.07.31.00;hp=478cd6a84505ccb424f9a33ea369892293af2911;hpb=ce64f0f685111ac24c7a321ea56d0c3524621df1;p=folly.git diff --git a/folly/test/BitIteratorTest.cpp b/folly/test/BitIteratorTest.cpp index 478cd6a8..23083364 100644 --- a/folly/test/BitIteratorTest.cpp +++ b/folly/test/BitIteratorTest.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. @@ -15,15 +15,15 @@ */ #include -#include #include -#include #include +#include #include -#include -#include +#include +#include +#include using namespace folly; using namespace folly::bititerator_detail; @@ -55,7 +55,7 @@ void checkRange(INT exp, IT begin, IT end) { } } -} // namespace +} // namespace TEST(BitIterator, Simple) { std::vector v; @@ -178,7 +178,7 @@ runRealFFSTest 19 2.011 s 105.9 ms 9.447 int main(int argc, char** argv) { testing::InitGoogleTest(&argc, argv); - google::ParseCommandLineFlags(&argc, &argv, true); + gflags::ParseCommandLineFlags(&argc, &argv, true); auto ret = RUN_ALL_TESTS(); if (!ret && FLAGS_benchmark) { folly::runBenchmarks();