diff options
author | Alex Yursha <31780593+yursha@users.noreply.github.com> | 2017-09-12 11:50:27 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-12 11:50:27 -0700 |
commit | 834baf336231bf03e5179ff9e79f7794d3f20319 (patch) | |
tree | dbc366b29583f0d7fe7ad434bb4dcba0761a12cb /googletest/samples | |
parent | 4f68ab5b84dda2b364ea3350fc2a96d1cb15adf5 (diff) | |
parent | 61330388862cf011fa956f7f59082b9923e6be0e (diff) | |
download | googletest-834baf336231bf03e5179ff9e79f7794d3f20319.tar.gz googletest-834baf336231bf03e5179ff9e79f7794d3f20319.tar.bz2 googletest-834baf336231bf03e5179ff9e79f7794d3f20319.zip |
Merge branch 'master' into patch-1
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; |