X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=folly%2Ftest%2FFBStringTest.cpp;h=9f51947af6c855bc88f92f749818712523b18cbf;hb=2ca10eeefdc1231a20fb1cb75dc3e8d2c5fa70ba;hp=629111db23f3919d9ce9807172edf4c325971ecf;hpb=6cc78c358adeb78727a4b2cb60808d9ab1891851;p=folly.git diff --git a/folly/test/FBStringTest.cpp b/folly/test/FBStringTest.cpp index 629111db..9f51947a 100644 --- a/folly/test/FBStringTest.cpp +++ b/folly/test/FBStringTest.cpp @@ -75,7 +75,7 @@ std::list RandomList(unsigned int maxSize) { } return lst; } -} +} // namespace //////////////////////////////////////////////////////////////////////////////// // Tests begin here @@ -1018,7 +1018,7 @@ TEST(FBString, testAllClauses) { void(*f_fbstring)(folly::fbstring&), void(*f_wfbstring)(folly::basic_fbstring&)) { do { - if (1) { + if (true) { } else { EXPECT_TRUE(1) << "Testing clause " << clause; }