diff options
author | Alec Thomas <alec@swapoff.org> | 2013-04-02 00:19:30 -0400 |
---|---|---|
committer | Alec Thomas <alec@swapoff.org> | 2013-04-02 14:06:24 -0400 |
commit | e569dc47c9ff3c3118cb96427d3ec9a6aced98aa (patch) | |
tree | 65e5bce42f0950faca74c1e270b7ea6e45df8c31 /gtest-1.6.0/src | |
parent | 800ca63c81d3501b84eb625a273847b2ad6e1f19 (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.h | 1 |
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_; |