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

Unified Diff: test/codegen/expect/fieldtest.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/fieldtest.js
diff --git a/test/codegen/expect/fieldtest.js b/test/codegen/expect/fieldtest.js
index c8b14863cee4391f70e38a26c0194b206eda56c7..4d0a6cdabe7983d0db8bfa8ea28b99deb1776fa4 100644
--- a/test/codegen/expect/fieldtest.js
+++ b/test/codegen/expect/fieldtest.js
@@ -20,7 +20,7 @@ dart_library.library('fieldtest', null, /* Imports */[
}
return B;
});
- let B = B$();
+ const B = B$();
function foo(a) {
core.print(a.x);
return a.x;
@@ -80,7 +80,7 @@ dart_library.library('fieldtest', null, /* Imports */[
});
return Generic;
});
- let Generic = Generic$();
+ const Generic = Generic$();
Generic.bar = 'hello';
class StaticFieldOrder1 extends core.Object {}
StaticFieldOrder1.d = 4;

Powered by Google App Engine
This is Rietveld 408576698