diff options
| author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-09-12 08:44:58 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-09-12 08:44:58 -0400 |
| commit | 61330388862cf011fa956f7f59082b9923e6be0e (patch) | |
| tree | 6a163ea47719bff42cd86cc0f285d10b3c790a0b | |
| parent | ecc5182dbd6edf4cb81f1f7a9354a9a098ef7bee (diff) | |
| parent | eb695b0f11626b6f519f8a02bd08dfdc51718a9f (diff) | |
| download | googletest-61330388862cf011fa956f7f59082b9923e6be0e.tar.gz googletest-61330388862cf011fa956f7f59082b9923e6be0e.tar.bz2 googletest-61330388862cf011fa956f7f59082b9923e6be0e.zip | |
Merge pull request #1227 from aninf-wo/hethi/unused-import
remove unused TestCase import
| -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 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; |
