From 89e6ee60da8c157f32fcc6b8ce727c292de77e15 Mon Sep 17 00:00:00 2001 From: Andrew Gallagher Date: Sat, 31 Oct 2015 14:42:53 -0700 Subject: [PATCH] Fix multi-line comment warnings Summary: Fix warnings triggered by `-Wcomment`. Reviewed By: ajtulloch Differential Revision: D2603992 fb-gh-sync-id: aae721f7c236d7d8b8bff2c077a481fc2affcf71 --- folly/test/LifoSemTests.cpp | 2 +- folly/test/SharedMutexTest.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/folly/test/LifoSemTests.cpp b/folly/test/LifoSemTests.cpp index 6006c10d..e49a1df8 100644 --- a/folly/test/LifoSemTests.cpp +++ b/folly/test/LifoSemTests.cpp @@ -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 diff --git a/folly/test/SharedMutexTest.cpp b/folly/test/SharedMutexTest.cpp index f92cbe3e..f73cfd4f 100644 --- a/folly/test/SharedMutexTest.cpp +++ b/folly/test/SharedMutexTest.cpp @@ -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 -- 2.34.1