Chromium Code Reviews| Index: tests/StrokerTest.cpp |
| diff --git a/tests/StrokerTest.cpp b/tests/StrokerTest.cpp |
| index af1e6d929fd124ec000c80169aaf2c116731679b..1a25d3325efb45c9f86c14cc1dfec7e5eb682f67 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 |