aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrTRecorderTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrTRecorderTest.cpp')
-rw-r--r--tests/GrTRecorderTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/GrTRecorderTest.cpp b/tests/GrTRecorderTest.cpp
index a5aedf687c..83bc445b5f 100644
--- a/tests/GrTRecorderTest.cpp
+++ b/tests/GrTRecorderTest.cpp
@@ -214,7 +214,7 @@ static void test_subclasses(skiatest::Reporter* reporter) {
break;
default:
- reporter->reportFailed(SkString("Invalid class type"));
+ ERRORF(reporter, "Invalid class type");
break;
}
}