Chromium Code Reviews| Index: tools/valgrind/chrome_tests.py |
| diff --git a/tools/valgrind/chrome_tests.py b/tools/valgrind/chrome_tests.py |
| index 5c0e896bb404ec7987ebe6cee464b173547bda02..89b9671cb9e73480e56f9a637e087ee3ccd12fd0 100755 |
| --- a/tools/valgrind/chrome_tests.py |
| +++ b/tools/valgrind/chrome_tests.py |
| @@ -404,7 +404,7 @@ class ChromeTests: |
| return self.SimpleTest("mojo_public_utility", |
| "mojo_public_utility_unittests") |
| - def TestMojoServiceManager(self): |
| + def TestMojoApplicationManager(self): |
| return self.SimpleTest("mojo_application_manager", |
| "mojo_application_manager_unittests") |
| @@ -690,7 +690,7 @@ class ChromeTests: |
| "mojo_public_bindings": TestMojoPublicBindings, |
| "mojo_public_env": TestMojoPublicEnv, |
| "mojo_public_sysperf": TestMojoPublicSysPerf, |
| - "mojo_application_manager": TestMojoServiceManager, |
| + "mojo_application_manager": TestMojoApplicationManager, |
| "mojo_view_manager": TestMojoViewManager, |
| "mojo_view_manager_lib": TestMojoViewManagerLib, |
|
oshima
2014/08/13 16:55:21
are you going to remove this in separate CL?
|
| "net": TestNet, "net_unittests": TestNet, |