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

Unified Diff: test/browser/runtime_tests.js

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: merged master Created 4 years, 11 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
« no previous file with comments | « lib/src/options.dart ('k') | test/codegen/expect/collection/equality.txt » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/runtime_tests.js
diff --git a/test/browser/runtime_tests.js b/test/browser/runtime_tests.js
index 8e7bd4157578edebfcc8993b8c9c405252afbc86..938e76253fc999f294d3f95340a479d0c6dbf785 100644
--- a/test/browser/runtime_tests.js
+++ b/test/browser/runtime_tests.js
@@ -22,7 +22,7 @@ suite('generic', () => {
new RegExp('NoSuchMethodError.*\nReceiver: 42', 'm'),
'Calls with non-function receiver should throw a NoSuchMethodError' +
' with correct target');
-
+
// TODO(jmesserly): we should show the name "print" in there somewhere.
assert.throws(() => dart.dcall(core.print, 1, 2, 3),
new RegExp('NoSuchMethodError.*\n' +
« no previous file with comments | « lib/src/options.dart ('k') | test/codegen/expect/collection/equality.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698