Index: mojo/apps/js/test/run_apps_js_tests.cc |
diff --git a/mojo/apps/js/test/run_apps_js_tests.cc b/mojo/apps/js/test/run_apps_js_tests.cc |
index ade8c2665fcb0df7ea3b07b48faf29ffdb238f23..3427ca4ea4c81e7dc39f8056b47d8fb8644d231a 100644 |
--- a/mojo/apps/js/test/run_apps_js_tests.cc |
+++ b/mojo/apps/js/test/run_apps_js_tests.cc |
@@ -60,12 +60,12 @@ |
// http://crbug.com/351214 |
#if defined(OS_POSIX) |
-#define MAYBE_connection DISABLED_connection |
+#define MAYBE_connector DISABLED_connector |
#else |
-#define MAYBE_connection connection |
+#define MAYBE_connector connector |
#endif |
-TEST(JSTest, MAYBE_connection) { |
- RunTest("connection_unittests.js", true); |
+TEST(JSTest, MAYBE_connector) { |
+ RunTest("connector_unittests.js", true); |
} |
TEST(JSTest, monotonic_clock) { |