Fix multi-line comment warnings
authorAndrew Gallagher <agallagher@fb.com>
Sat, 31 Oct 2015 21:42:53 +0000 (14:42 -0700)
committerfacebook-github-bot-4 <folly-bot@fb.com>
Sat, 31 Oct 2015 22:20:19 +0000 (15:20 -0700)
Summary: Fix warnings triggered by `-Wcomment`.

Reviewed By: ajtulloch

Differential Revision: D2603992

fb-gh-sync-id: aae721f7c236d7d8b8bff2c077a481fc2affcf71

folly/test/LifoSemTests.cpp
folly/test/SharedMutexTest.cpp

index 6006c10da30d546f031c9e881a98716506b3b358..e49a1df8f508069358956bc2565d96c7bfd579a1 100644 (file)
@@ -411,7 +411,7 @@ BENCHMARK_NAMED_PARAM(contendedUse, 16_to_16, 16, 16)
 BENCHMARK_NAMED_PARAM(contendedUse, 32_to_32, 32, 32)
 BENCHMARK_NAMED_PARAM(contendedUse, 32_to_1000, 32, 1000)
 
-// sudo nice -n -20 _build/opt/folly/test/LifoSemTests \
+// sudo nice -n -20 _build/opt/folly/test/LifoSemTests
 //     --benchmark --bm_min_iters=10000000 --gtest_filter=-\*
 // ============================================================================
 // folly/test/LifoSemTests.cpp                     relative  time/iter  iters/s
index f92cbe3e4be6db6c1da7df960276ad03c2a1b876..f73cfd4f21b66a48c748e5a50416484b72f1d1c5 100644 (file)
@@ -1708,7 +1708,7 @@ BENCH_REL (boost_shared_ping_pong, burn1M, 1000, 1000000)
 BENCH_REL (pthrd_rwlock_ping_pong, burn1M, 1000, 1000000)
 
 // Reproduce with 10 minutes and
-//   sudo nice -n -20 \
+//   sudo nice -n -20
 //     shared_mutex_test --benchmark --bm_min_iters=1000000
 //
 // Comparison use folly::RWSpinLock as the baseline, with the