aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar caryclark <caryclark@google.com>2014-10-09 06:37:50 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-10-09 06:37:50 -0700
commita9c56525f32ee0075ed8dbaff3a032b7abeed4ae (patch)
tree353f8e4d71afc8c08d4659780bca01bb9064c8f8
parentff9fc4e4c9f54e675a3ce1a0124debca33b46e1b (diff)
try again to fix ios build
TBR= NOTRY=true NOTREECHECKS=true Review URL: https://codereview.chromium.org/638403002
-rwxr-xr-xtests/StrokerTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/StrokerTest.cpp b/tests/StrokerTest.cpp
index af1e6d929f..1a25d3325e 100755
--- a/tests/StrokerTest.cpp
+++ b/tests/StrokerTest.cpp
@@ -10,6 +10,8 @@
#ifndef SK_BUILD_FOR_IOS
DEFINE_bool2(extendedTest, x, false, "run extended tests regardless of how long takes");
+#else
+DECLARE_bool(extendedTest);
#endif
#define MS_TEST_DURATION 10