Index: tests/skia_test.cpp |
diff --git a/tests/skia_test.cpp b/tests/skia_test.cpp |
index f4b67c9bc40f4df6d3821096e5ee587b89b2e997..4b343a054ef555095a18acc5f479c9d5b1497531 100644 |
--- a/tests/skia_test.cpp |
+++ b/tests/skia_test.cpp |
@@ -133,7 +133,9 @@ static bool should_run(const char* testName, bool isGPUTest) { |
int tool_main(int argc, char** argv); |
int tool_main(int argc, char** argv) { |
+#ifndef SK_BUILD_FOR_IOS |
SetupCrashHandler(); |
reed1
2014/07/10 18:39:39
Comment why we're skipping this? Perhaps a bug or
caryclark
2014/07/10 21:07:03
Done.
|
+#endif |
SkCommandLineFlags::SetUsage(""); |
SkCommandLineFlags::Parse(argc, argv); |