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

Unified Diff: test/codegen/expect/DeltaBlue.js

Issue 1182653002: Refactor runtime into libraries, better type reps (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Eliminate top level libraries from loader 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/DeltaBlue.js
diff --git a/test/codegen/expect/DeltaBlue.js b/test/codegen/expect/DeltaBlue.js
index f528b619e12c3d02d3e0744516d93d93a4eb958c..602c225db1aaefe4a76b31010a9e853f53d8ab9d 100644
--- a/test/codegen/expect/DeltaBlue.js
+++ b/test/codegen/expect/DeltaBlue.js
@@ -1,8 +1,10 @@
-dart.library('DeltaBlue', null, /* Imports */[
+loader.library('DeltaBlue', null, /* Imports */[
+ "dart/dart_runtime",
+ "dart/dartx",
'BenchmarkBase',
'dart/core'
], /* Lazy imports */[
-], function(exports, BenchmarkBase, core) {
+], function(exports, dart, dartx, BenchmarkBase, core) {
'use strict';
function main() {
new DeltaBlue().report();

Powered by Google App Engine
This is Rietveld 408576698