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

Unified Diff: test/codegen/expect/8invalid-chars.in+file_name.js

Issue 1145243013: Check for duplicate library names (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Address comments Created 5 years, 6 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
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/expect/BenchmarkBase.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/codegen/expect/8invalid-chars.in+file_name.js
diff --git a/test/codegen/expect/8invalid-chars.in+file_name.js b/test/codegen/expect/8invalid-chars.in+file_name.js
index bc65ecf65f00764449399f1ab1aebf3d3920ed00..442e885d96b6d07d1ece7ddf143ded7a9628db01 100644
--- a/test/codegen/expect/8invalid-chars.in+file_name.js
+++ b/test/codegen/expect/8invalid-chars.in+file_name.js
@@ -1,9 +1,10 @@
-var $8invalid$45chars$46in$43file_name = dart.defineLibrary($8invalid$45chars$46in$43file_name, {});
-(function(exports) {
+dart.library('8invalid-chars.in+file_name', null, /* Imports */[
+], /* Lazy imports */[
+], function(exports) {
'use strict';
function main() {
}
dart.fn(main);
// Exports:
exports.main = main;
-})($8invalid$45chars$46in$43file_name);
+});
« no previous file with comments | « test/browser/runtime_tests.js ('k') | test/codegen/expect/BenchmarkBase.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698