diff options
author | Herbert Thielen <thielen@hs-worms.de> | 2017-09-24 08:01:52 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-24 08:01:52 (GMT) |
commit | 98024ad2027387680fd4af72b70c14667850b09c (patch) | |
tree | 3d566b5c62fc4a4718c232c92df4249c8309dd0d /googletest/samples | |
parent | c86fbd766b4d2e4b20ad7f2d6129f77452455f6e (diff) | |
parent | f1a87d73fc604c5ab8fbb0cc6fa9a86ffd845530 (diff) | |
download | googletest-98024ad2027387680fd4af72b70c14667850b09c.zip googletest-98024ad2027387680fd4af72b70c14667850b09c.tar.gz googletest-98024ad2027387680fd4af72b70c14667850b09c.tar.bz2 |
Merge branch 'master' into hethi/issue-360-remove-GTEST_HAS_PARAM_TESTS
Diffstat (limited to 'googletest/samples')
-rw-r--r-- | googletest/samples/sample10_unittest.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/googletest/samples/sample10_unittest.cc b/googletest/samples/sample10_unittest.cc index 977e5ff..10aa762 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; |