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

Unified Diff: test/codegen/expect/cascade.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/cascade.js
diff --git a/test/codegen/expect/cascade.js b/test/codegen/expect/cascade.js
index 56911be3867ca6a16f5f15ad7d341b154a4eeaa7..4a3bf9746c6685e6369db9f5bd58fc5898ab0074 100644
--- a/test/codegen/expect/cascade.js
+++ b/test/codegen/expect/cascade.js
@@ -94,7 +94,7 @@ dart_library.library('cascade', null, /* Imports */[
}
return Base;
});
- let Base = Base$();
+ const Base = Base$();
class Foo extends Base$(core.int) {
Foo() {
super.Base();

Powered by Google App Engine
This is Rietveld 408576698