Merge pull request #1227 from aninf-wo/hethi/unused-import

remove unused TestCase import
This commit is contained in:
Gennadiy Civil 2017-09-12 08:44:58 -04:00 committed by GitHub
commit 6133038886

View File

@ -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;