aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/Test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Test.h')
-rw-r--r--tests/Test.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Test.h b/tests/Test.h
index 2a1e20fff2..5a3339dad1 100644
--- a/tests/Test.h
+++ b/tests/Test.h
@@ -43,6 +43,7 @@ public:
virtual void reportFailed(const skiatest::Failure&) = 0;
virtual bool allowExtendedTest() const;
virtual bool verbose() const;
+ virtual void* stats() const { return nullptr; }
};
#define REPORT_FAILURE(reporter, cond, message) \