aboutsummaryrefslogtreecommitdiffstats
path: root/gtest-1.6.0/src
diff options
context:
space:
mode:
authorAlec Thomas <alec@swapoff.org>2013-04-02 00:19:30 -0400
committerAlec Thomas <alec@swapoff.org>2013-04-02 14:06:24 -0400
commite569dc47c9ff3c3118cb96427d3ec9a6aced98aa (patch)
tree65e5bce42f0950faca74c1e270b7ea6e45df8c31 /gtest-1.6.0/src
parent800ca63c81d3501b84eb625a273847b2ad6e1f19 (diff)
Add support for Travis-CI.
Also ditched glog.
Diffstat (limited to 'gtest-1.6.0/src')
-rw-r--r--gtest-1.6.0/src/gtest-internal-inl.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtest-1.6.0/src/gtest-internal-inl.h b/gtest-1.6.0/src/gtest-internal-inl.h
index 65a2101..6554cfc 100644
--- a/gtest-1.6.0/src/gtest-internal-inl.h
+++ b/gtest-1.6.0/src/gtest-internal-inl.h
@@ -203,7 +203,6 @@ class GTestFlagSaver {
bool list_tests_;
String output_;
bool print_time_;
- bool pretty_;
internal::Int32 random_seed_;
internal::Int32 repeat_;
bool shuffle_;