Index: sandbox/linux/tests/main.cc |
diff --git a/sandbox/linux/tests/main.cc b/sandbox/linux/tests/main.cc |
index a736ea2aeef2ad31fc4c28244a13e9779f8f3519..9ee384d6ed08d40c3313ba42cebb39c41bddfe7e 100644 |
--- a/sandbox/linux/tests/main.cc |
+++ b/sandbox/linux/tests/main.cc |
@@ -10,9 +10,6 @@ |
#include "testing/gtest/include/gtest/gtest.h" |
namespace sandbox { |
Mark Seaborn
2014/05/08 15:29:39
Can this "namespace sandbox" be dropped now? It o
jln (DO NOT USE THIS)
2014/05/08 16:30:02
Yeah, but it's the right idiom in sandbox/, no?. E
Mark Seaborn
2014/05/08 16:42:14
Oh, I see, yes, it does make a semantic difference
|
- |
-extern const bool kAllowForkWithThreads = false; |
- |
namespace { |
// Check for leaks in our tests. |