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

Unified Diff: test/codegen/expect/misc.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/misc.js
diff --git a/test/codegen/expect/misc.js b/test/codegen/expect/misc.js
index 417191ea66ace944b1d1f4a1b8678978b48ef6a4..673cf395160f7a0dd79367c854d71adb8808986b 100644
--- a/test/codegen/expect/misc.js
+++ b/test/codegen/expect/misc.js
@@ -21,7 +21,7 @@ dart_library.library('misc', null, /* Imports */[
}
return Generic;
});
- let Generic = Generic$();
+ const Generic = Generic$();
class Base extends core.Object {
Base() {
this.x = 1;

Powered by Google App Engine
This is Rietveld 408576698