X-Git-Url: http://plrg.eecs.uci.edu/git/?p=folly.git;a=blobdiff_plain;f=folly%2Ftest%2FFBVectorTest.cpp;h=98e284cbc74e870ed85d20d15af48396739fd3dd;hp=3194ee742a312eb1a92dbd37d738a8214876b114;hb=b71a1b76b3dd7d63bc1d27ed292ddb604fdd9388;hpb=5bb0e1da38dd1c5c9ef4619da8aad99ccfd30cf2 diff --git a/folly/test/FBVectorTest.cpp b/folly/test/FBVectorTest.cpp index 3194ee74..98e284cb 100644 --- a/folly/test/FBVectorTest.cpp +++ b/folly/test/FBVectorTest.cpp @@ -26,9 +26,9 @@ #include #include -#include #include #include +#include #include using namespace std; @@ -67,7 +67,7 @@ template T randomObject(); template <> int randomObject() { return random(0, 1024); } -} +} // namespace //////////////////////////////////////////////////////////////////////////////// // Tests begin here @@ -123,7 +123,7 @@ TEST(fbvector, works_with_std_string) { namespace { class UserDefinedType { int whatevs_; }; -} +} // namespace FOLLY_ASSUME_FBVECTOR_COMPATIBLE(UserDefinedType);