Remove unused using-declarations in sample unit tests
PiperOrigin-RevId: 517910369 Change-Id: I87f29fb09bc83e7d1c7cffdf267b2f691d261c26
This commit is contained in:
parent
28219b169c
commit
9fd3fb00ff
@ -38,7 +38,6 @@ using ::testing::InitGoogleTest;
|
|||||||
using ::testing::Test;
|
using ::testing::Test;
|
||||||
using ::testing::TestEventListeners;
|
using ::testing::TestEventListeners;
|
||||||
using ::testing::TestInfo;
|
using ::testing::TestInfo;
|
||||||
using ::testing::TestPartResult;
|
|
||||||
using ::testing::UnitTest;
|
using ::testing::UnitTest;
|
||||||
|
|
||||||
namespace {
|
namespace {
|
||||||
|
@ -40,7 +40,6 @@ using ::testing::Test;
|
|||||||
using ::testing::TestEventListeners;
|
using ::testing::TestEventListeners;
|
||||||
using ::testing::TestInfo;
|
using ::testing::TestInfo;
|
||||||
using ::testing::TestPartResult;
|
using ::testing::TestPartResult;
|
||||||
using ::testing::TestSuite;
|
|
||||||
using ::testing::UnitTest;
|
using ::testing::UnitTest;
|
||||||
namespace {
|
namespace {
|
||||||
// Provides alternative output mode which produces minimal amount of
|
// Provides alternative output mode which produces minimal amount of
|
||||||
|
Loading…
Reference in New Issue
Block a user