Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1086)

Unified Diff: sandbox/linux/tests/main.cc

Issue 273623002: Non-SFI NaCl: Stop running sandbox tests in components_unittests (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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.

Powered by Google App Engine
This is Rietveld 408576698