Fixes RCU test cases error (loads should use Consume ordering)
[folly.git] / folly / test / MathTest.cpp
index dba0d35c6ef1375df42f0d4af5a2e480829701db..e2da81b0f38d28dca4df486791e6548348932d7b 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright 2017 Facebook, Inc.
+ * Copyright 2016-present Facebook, Inc.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -146,7 +146,7 @@ void runDivTests() {
     }
   }
 }
-}
+} // namespace
 
 TEST(Bits, divTestInt8) {
   runDivTests<int8_t, int8_t, int64_t>();