From a6357f2f621d0e5a85e31fde3bcd3b45dda74118 Mon Sep 17 00:00:00 2001 From: Sage Weil Date: Mon, 27 Oct 2014 13:37:45 -0700 Subject: [PATCH] unittest_shared_cache: fix build line Signed-off-by: Sage Weil --- src/test/common/test_shared_cache.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/common/test_shared_cache.cc b/src/test/common/test_shared_cache.cc index 5254bd33afd16..30453d53bc997 100644 --- a/src/test/common/test_shared_cache.cc +++ b/src/test/common/test_shared_cache.cc @@ -278,5 +278,5 @@ int main(int argc, char **argv) { } // Local Variables: -// compile-command: "cd ../.. ; make unittest_sharedptr_registry && ./unittest_sharedptr_registry # --gtest_filter=*.* --log-to-stderr=true" +// compile-command: "cd ../.. ; make unittest_shared_cache && ./unittest_shared_cache # --gtest_filter=*.* --log-to-stderr=true" // End: -- 2.39.5