Consistency in namespace-closing comments
[folly.git] / folly / test / DeterministicScheduleTest.cpp
index 331e42e3e9ea77f5c56b8d9b00a6fbefdbb86893..0d023df781e1ac9161eac12501fc5c24ddebfa3f 100644 (file)
@@ -104,7 +104,7 @@ TEST(DeterministicSchedule, buggyAdd) {
       }
     }
   } // for bug
-} // TEST
+}
 
 /// Test DSched support for auxiliary data and global invariants
 ///
@@ -316,7 +316,7 @@ struct AnnotatedAtomicCounter : public Base<T> {
   }
 
   /* Constructor -- calls original constructor */
-  AnnotatedAtomicCounter(int val) : Base<T>(val) {}
+  explicit AnnotatedAtomicCounter(int val) : Base<T>(val) {}
 
   /* Overloads of original member functions (as needed) */