summaryrefslogtreecommitdiffstats
path: root/ppapi/tests/test_uma.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ppapi/tests/test_uma.cc')
-rw-r--r--ppapi/tests/test_uma.cc8
1 files changed, 4 insertions, 4 deletions
diff --git a/ppapi/tests/test_uma.cc b/ppapi/tests/test_uma.cc
index 5b1f1b0..b16c891 100644
--- a/ppapi/tests/test_uma.cc
+++ b/ppapi/tests/test_uma.cc
@@ -17,10 +17,10 @@ bool TestUMA::Init() {
return !!uma_interface_;
}
-void TestUMA::RunTest() {
- RUN_TEST(Count);
- RUN_TEST(Time);
- RUN_TEST(Enum);
+void TestUMA::RunTests(const std::string& filter) {
+ RUN_TEST(Count, filter);
+ RUN_TEST(Time, filter);
+ RUN_TEST(Enum, filter);
}
std::string TestUMA::TestCount() {