Index: tests/Test.h |
diff --git a/tests/Test.h b/tests/Test.h |
index 7660c44d0d56a8c4ed33498ea7180cd27a82f155..7430372e7d9a3fb6586323faa1bb08d23d8fa335 100644 |
--- a/tests/Test.h |
+++ b/tests/Test.h |
@@ -173,8 +173,6 @@ private: |
DEF_GPUTEST_FOR_CONTEXTS(name, skiatest::kAllRendering_GPUTestContexts, reporter, __VA_ARGS__) |
#define DEF_GPUTEST_FOR_NULL_CONTEXT(name, reporter, ...) \ |
DEF_GPUTEST_FOR_CONTEXTS(name, skiatest::kNull_GPUTestContexts, reporter, __VA_ARGS__) |
-#define DEF_GPUTEST_FOR_NATIVE_CONTEXT(name, reporter, ...) \ |
- DEF_GPUTEST_FOR_CONTEXTS(name, skiatest::kNative_GPUTestContexts, reporter, __VA_ARGS__) |
#define REQUIRE_PDF_DOCUMENT(TEST_NAME, REPORTER) \ |
do { \ |