aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.cpp')
-rw-r--r--tests/Test.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Test.cpp b/tests/Test.cpp
index d0147e1e4a..20afd45561 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -75,6 +75,10 @@ protected:
return fReporter->allowExtendedTest();
}
+ virtual bool allowThreaded() const SK_OVERRIDE {
+ return fReporter->allowThreaded();
+ }
+
virtual void bumpTestCount() SK_OVERRIDE {
fReporter->bumpTestCount();
}