aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/ScalarTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ScalarTest.cpp')
-rw-r--r--tests/ScalarTest.cpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/ScalarTest.cpp b/tests/ScalarTest.cpp
index 8a166454d6..47d3226343 100644
--- a/tests/ScalarTest.cpp
+++ b/tests/ScalarTest.cpp
@@ -6,6 +6,7 @@
*/
#include "Test.h"
+#include "TestClassDef.h"
#include "SkFloatingPoint.h"
#include "SkMath.h"
#include "SkPoint.h"
@@ -187,9 +188,6 @@ static void test_isfinite(skiatest::Reporter* reporter) {
#pragma warning ( pop )
#endif
-static void TestScalar(skiatest::Reporter* reporter) {
+DEF_TEST(Scalar, reporter) {
test_isfinite(reporter);
}
-
-#include "TestClassDef.h"
-DEFINE_TESTCLASS("Scalar", TestScalarClass, TestScalar)