aboutsummaryrefslogtreecommitdiffstats
path: root/googletest/samples
diff options
context:
space:
mode:
authorHerbert Thielen <thielen@hs-worms.de>2017-09-24 10:01:52 +0200
committerGitHub <noreply@github.com>2017-09-24 10:01:52 +0200
commit98024ad2027387680fd4af72b70c14667850b09c (patch)
tree3d566b5c62fc4a4718c232c92df4249c8309dd0d /googletest/samples
parentc86fbd766b4d2e4b20ad7f2d6129f77452455f6e (diff)
parentf1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff)
downloadgoogletest-98024ad2027387680fd4af72b70c14667850b09c.tar.gz
googletest-98024ad2027387680fd4af72b70c14667850b09c.tar.bz2
googletest-98024ad2027387680fd4af72b70c14667850b09c.zip
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
Diffstat (limited to 'googletest/samples')
-rw-r--r--googletest/samples/sample10_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/googletest/samples/sample10_unittest.cc b/googletest/samples/sample10_unittest.cc
index 977e5ff6..10aa7620 100644
--- a/googletest/samples/sample10_unittest.cc
+++ b/googletest/samples/sample10_unittest.cc
@@ -38,7 +38,6 @@
using ::testing::EmptyTestEventListener;
using ::testing::InitGoogleTest;
using ::testing::Test;
-using ::testing::TestCase;
using ::testing::TestEventListeners;
using ::testing::TestInfo;
using ::testing::TestPartResult;