Index: tests/DequeTest.cpp |
diff --git a/tests/DequeTest.cpp b/tests/DequeTest.cpp |
index 62e8e4db7dc61769ddcfb1558025c9fd8022c1ca..5572f089b13df75b177924159e62d80ddb513d5d 100644 |
--- a/tests/DequeTest.cpp |
+++ b/tests/DequeTest.cpp |
@@ -168,4 +168,4 @@ static void TestDeque(skiatest::Reporter* reporter) { |
TestSub(reporter, 10); |
} |
#include "TestClassDef.h" |
-DEFINE_TESTCLASS("Deque", TestDequeClass, TestDeque) |
+DEFINE_TESTCLASS_SHORT(TestDeque) |