From 9feb6326d0c5407247ed1e3d8fade2f86b233001 Mon Sep 17 00:00:00 2001 From: caryclark Date: Tue, 25 Oct 2016 08:58:26 -0700 Subject: 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 --- tests/skia_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/skia_test.cpp') 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"); } -- cgit v1.2.3