Index: tests/FitsInTest.cpp |
diff --git a/tests/FitsInTest.cpp b/tests/FitsInTest.cpp |
index 97ef67d99125b26bd1fedf35c6f411506c5fa137..365d7ea3d4309cb8f7da3932cc11f2c014e36444 100644 |
--- a/tests/FitsInTest.cpp |
+++ b/tests/FitsInTest.cpp |
@@ -11,8 +11,6 @@ |
#include "SkTFitsIn.h" |
#include <limits> |
-namespace { |
- |
#define TEST(S, s, D, expected) REPORTER_ASSERT(reporter, (SkTFitsIn<D>((S)(s)) == (expected))) |
static void FitsInTest(skiatest::Reporter* reporter) { |
@@ -70,7 +68,5 @@ static void FitsInTest(skiatest::Reporter* reporter) { |
//TEST(float, 1, uint64_t, true); |
} |
-} |
- |
#include "TestClassDef.h" |
DEFINE_TESTCLASS("FitsIn", FitsInTestClass, FitsInTest) |