diff options
author | Gennadiy Civil <gennadiycivil@users.noreply.github.com> | 2017-09-23 16:51:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-23 16:51:27 -0400 |
commit | 89f45180e02cf04b2b044ffc19f5ca8f599fb438 (patch) | |
tree | a3aec7458e35fcc3d7dddecd2fbb1c592baa7b3a /googletest/samples | |
parent | cf512a099cd59a05ff981db778d08ab3cf143969 (diff) | |
parent | bfc0ffc8a698072c794ae7299db9cb6866f4c0bc (diff) | |
download | googletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.tar.gz googletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.tar.bz2 googletest-89f45180e02cf04b2b044ffc19f5ca8f599fb438.zip |
Merge branch 'master' into master
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 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; |