diff options
Diffstat (limited to 'ppapi/tests/test_var.h')
-rw-r--r-- | ppapi/tests/test_var.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ppapi/tests/test_var.h b/ppapi/tests/test_var.h index 939e942..a329c780 100644 --- a/ppapi/tests/test_var.h +++ b/ppapi/tests/test_var.h @@ -19,7 +19,7 @@ class TestVar : public TestCase { private: // TestCase implementation. virtual bool Init(); - virtual void RunTest(); + virtual void RunTests(const std::string& filter); std::string TestBasicString(); std::string TestInvalidAndEmpty(); |