Index: tests/SkSLErrorTest.cpp |
diff --git a/tests/SkSLErrorTest.cpp b/tests/SkSLErrorTest.cpp |
index e9e05c18d28d395663762a9300c2cfa00fa9bbdc..9a97a8c04a852671b74de122261fa13d87cdfbc4 100644 |
--- a/tests/SkSLErrorTest.cpp |
+++ b/tests/SkSLErrorTest.cpp |
@@ -9,7 +9,7 @@ |
#include "Test.h" |
-#if SKIA_SUPPORT_GPU |
+#if SK_SUPPORT_GPU |
static void test_failure(skiatest::Reporter* r, const char* src, const char* error) { |
SkSL::Compiler compiler; |