Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1043)

Unified Diff: mojo/apps/js/test/run_apps_js_tests.cc

Issue 223043006: Mojo: Use Promises for request/response calls in the JavaScript bindings. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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..3d27e47c9c14f688e246bed3eef84f858e4a8d12 100644
--- a/mojo/apps/js/test/run_apps_js_tests.cc
+++ b/mojo/apps/js/test/run_apps_js_tests.cc
@@ -65,7 +65,7 @@ TEST(JSTest, MAYBE_sample_test) {
#define MAYBE_connection connection
#endif
TEST(JSTest, MAYBE_connection) {
- RunTest("connection_unittests.js", true);
+ RunTest("connection_unittests.js", false);
}
TEST(JSTest, monotonic_clock) {

Powered by Google App Engine
This is Rietveld 408576698