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

Unified Diff: test/codegen/expect/dir/html_input_a.js

Issue 1145243013: Check for duplicate library names (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: 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
Index: test/codegen/expect/dir/html_input_a.js
diff --git a/test/codegen/expect/dir/html_input_a.js b/test/codegen/expect/dir/html_input_a.js
index d2c8d70f17d895298e93674e116cf23a548f805f..ee45171314a9eb82eba41ed5f0e822dd74ea933f 100644
--- a/test/codegen/expect/dir/html_input_a.js
+++ b/test/codegen/expect/dir/html_input_a.js
@@ -1,8 +1,8 @@
-var html_input_a = dart.defineLibrary(html_input_a, {});
-var core = dart.import(core);
-var html_input_b = dart.import(html_input_b);
-var html_input_c = dart.import(html_input_c);
-var html_input_d = dart.import(html_input_d);
+dart.defineLibrary('html_input_a');
+dart.import('core');
+dart.import('html_input_b');
+dart.import('html_input_c');
+dart.import('html_input_d');
(function(exports, core, html_input_b, html_input_c, html_input_d) {
'use strict';
function main() {

Powered by Google App Engine
This is Rietveld 408576698