Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(177)

Unified Diff: tests/skia_test.cpp

Issue 2444333002: fix fuzz (Closed)
Patch Set: update gn bits Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/pathops/SkPathOpsTSect.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/skia_test.cpp
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp
index 462735a71c91aa3fc25855dda0b2dffbf97e1b15..93b6c698b2eb64fe53a093b32663c82b86789f2b 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");
}
« no previous file with comments | « src/pathops/SkPathOpsTSect.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698