aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/GrCCPRTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/GrCCPRTest.cpp')
-rw-r--r--tests/GrCCPRTest.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/GrCCPRTest.cpp b/tests/GrCCPRTest.cpp
index b8e3db9c10..dc1025cf6e 100644
--- a/tests/GrCCPRTest.cpp
+++ b/tests/GrCCPRTest.cpp
@@ -124,10 +124,10 @@ protected:
SkPath fPath;
};
-#define DEF_CCPR_TEST(name) \
- DEF_GPUTEST(name, reporter, factory) { \
- name test; \
- test.run(reporter); \
+#define DEF_CCPR_TEST(name) \
+ DEF_GPUTEST(name, reporter, /* options */) { \
+ name test; \
+ test.run(reporter); \
}
class GrCCPRTest_cleanup : public CCPRTest {