diff options
Diffstat (limited to 'ppapi/tests/test_uma.h')
-rw-r--r-- | ppapi/tests/test_uma.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_uma.h b/ppapi/tests/test_uma.h index 0a60fde..367f7c45 100644 --- a/ppapi/tests/test_uma.h +++ b/ppapi/tests/test_uma.h @@ -17,7 +17,7 @@ class TestUMA : public TestCase { // TestCase implementation. virtual bool Init(); - virtual void RunTest(); + virtual void RunTests(const std::string& filter); private: std::string TestCount(); |