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

Unified Diff: test/browser/runtime_tests.js

Issue 1879373004: Implement modular compilation (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 4 years, 8 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/language_tests.js ('k') | test/closure/closure_annotation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/browser/runtime_tests.js
diff --git a/test/browser/runtime_tests.js b/test/browser/runtime_tests.js
index 938e76253fc999f294d3f95340a479d0c6dbf785..e69689486d27353d2e20bb4d6ebb635c1bdf9f26 100644
--- a/test/browser/runtime_tests.js
+++ b/test/browser/runtime_tests.js
@@ -3,9 +3,10 @@
// BSD-style license that can be found in the LICENSE file.
var assert = chai.assert;
-var core = dart_library.import('dart/core');
-var collection = dart_library.import('dart/collection');
-var dart = dart_library.import('dart/_runtime');
+var dart_sdk = dart_library.import('dart_sdk');
+var core = dart_sdk.core;
+var collection = dart_sdk.collection;
+var dart = dart_sdk.dart;
var dartx = dart.dartx;
suite('generic', () => {
« no previous file with comments | « test/browser/language_tests.js ('k') | test/closure/closure_annotation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698