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

Unified Diff: test/codegen/expect/functions.js

Issue 1633003002: Add --modules=node support (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: regen sdk and expectations 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
Index: test/codegen/expect/functions.js
diff --git a/test/codegen/expect/functions.js b/test/codegen/expect/functions.js
index 0e2af76f3828ced650e2345df44af665f12d2b83..d057e5e782876e68ee6c09e1ed0546cb9229de18 100644
--- a/test/codegen/expect/functions.js
+++ b/test/codegen/expect/functions.js
@@ -13,7 +13,7 @@ dart_library.library('functions', null, /* Imports */[
const A2B = dart.typedef('A2B', () => dart.functionType(B, [A]));
return A2B;
});
- let A2B = A2B$();
+ const A2B = A2B$();
function id(f) {
return f;
}

Powered by Google App Engine
This is Rietveld 408576698