summaryrefslogtreecommitdiffstats
path: root/base/test/test_suite.h
diff options
context:
space:
mode:
Diffstat (limited to 'base/test/test_suite.h')
-rw-r--r--base/test/test_suite.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/test/test_suite.h b/base/test/test_suite.h
index 889e55f..2b0e9ce 100644
--- a/base/test/test_suite.h
+++ b/base/test/test_suite.h
@@ -59,9 +59,6 @@ class TestSuite {
// process exit code.
static const char kStrictFailureHandling[];
- // A command-line flag that silences all gtest output.
- static const char kSilent[];
-
protected:
// This constructor is only accessible to specialized test suite
// implementations which need to control the creation of an AtExitManager