| 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 3427ca4ea4c81e7dc39f8056b47d8fb8644d231a..ade8c2665fcb0df7ea3b07b48faf29ffdb238f23 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 @@ TEST(JSTest, MAYBE_sample_test) {
|
|
|
| // http://crbug.com/351214
|
| #if defined(OS_POSIX)
|
| -#define MAYBE_connector DISABLED_connector
|
| +#define MAYBE_connection DISABLED_connection
|
| #else
|
| -#define MAYBE_connector connector
|
| +#define MAYBE_connection connection
|
| #endif
|
| -TEST(JSTest, MAYBE_connector) {
|
| - RunTest("connector_unittests.js", true);
|
| +TEST(JSTest, MAYBE_connection) {
|
| + RunTest("connection_unittests.js", true);
|
| }
|
|
|
| TEST(JSTest, monotonic_clock) {
|
|
|