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

Unified Diff: test/codegen/expect/constructors.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/constructors.js
diff --git a/test/codegen/expect/constructors.js b/test/codegen/expect/constructors.js
index 4c16ce224681976fec6f4fe6aa73aa541a6629ad..2cb6fda7a96ee10e73297bf99162398ec7d78da5 100644
--- a/test/codegen/expect/constructors.js
+++ b/test/codegen/expect/constructors.js
@@ -195,7 +195,7 @@ dart_library.library('constructors', null, /* Imports */[
});
return Q;
});
- let Q = Q$();
+ const Q = Q$();
// Exports:
exports.A = A;
exports.B = B;

Powered by Google App Engine
This is Rietveld 408576698