remove unused TestCase import

This commit is contained in:
Herbert Thielen 2017-05-09 18:54:04 +02:00
parent b43bfcf491
commit b567aadd1b

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;