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 32c293e40f..61e16533e4 100644
--- a/tests/Test.cpp
+++ b/tests/Test.cpp
@@ -84,6 +84,10 @@ namespace {
fReporter->bumpTestCount();
}
+ virtual bool verbose() const SK_OVERRIDE {
+ return fReporter->verbose();
+ }
+
private:
Reporter* fReporter; // Unowned.
SkTArray<SkString> fFailures;