diff options
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r-- | tests/skia_test.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp index 462735a71c..93b6c698b2 100644 --- a/tests/skia_test.cpp +++ b/tests/skia_test.cpp @@ -171,7 +171,7 @@ int test_main() { if (FLAGS_dumpOp) { header.appendf(" -d"); } -#if SK_DEBUG +#ifdef SK_DEBUG if (FLAGS_runFail) { header.appendf(" -f"); } |