aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/skia_test.cpp
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2016-10-25 08:58:26 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2016-10-25 08:58:26 -0700
commit9feb6326d0c5407247ed1e3d8fade2f86b233001 (patch)
treee5ed56ad5fc00b2a259111149821162b6c368a1c /tests/skia_test.cpp
parent0117485a4a00737a63f1e9338b4343b885b4d885 (diff)
fix fuzz
Abort early if fuzz data breaks intersection. R=kjlubick@google.com GOLD_TRYBOT_URL= https://gold.skia.org/search?issue=2444333002 Review-Url: https://codereview.chromium.org/2444333002
Diffstat (limited to 'tests/skia_test.cpp')
-rw-r--r--tests/skia_test.cpp2
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");
}