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

Unified Diff: test/codegen/expect/map_keys.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/map_keys.js
diff --git a/test/codegen/expect/map_keys.js b/test/codegen/expect/map_keys.js
index 3b9724a4181792217d8c6f07dd197503a7cace6e..6c977a951a873c92fdad9616efe75e16163b3ebd 100644
--- a/test/codegen/expect/map_keys.js
+++ b/test/codegen/expect/map_keys.js
@@ -1,6 +1,6 @@
-var map_keys = dart.defineLibrary(map_keys, {});
-var core = dart.import(core);
-var math = dart.import(math);
+dart.defineLibrary('map_keys');
+dart.import('core');
+dart.import('math');
(function(exports, core, math) {
'use strict';
function main() {

Powered by Google App Engine
This is Rietveld 408576698