diff options
Diffstat (limited to 'ppapi/tests/test_core.h')
-rw-r--r-- | ppapi/tests/test_core.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_core.h b/ppapi/tests/test_core.h index 2b5899a..0c1632b 100644 --- a/ppapi/tests/test_core.h +++ b/ppapi/tests/test_core.h @@ -18,7 +18,7 @@ class TestCore : public TestCase { private: // TestCase implementation. virtual bool Init(); - virtual void RunTest(); + virtual void RunTests(const std::string& filter); std::string TestTime(); std::string TestTimeTicks(); |