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

Unified Diff: test/browser/runtime_tests.js

Issue 1413683006: Move runtime js files down to lib/runtime/dart (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 2 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 | « lib/src/options.dart ('k') | test/codegen/expect/8invalid-chars.in+file_name.js » ('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 e6fcff766cb275658fdd4da6463aa795b1c92375..a150373a02863bf38be7d00fc4754127ef1d47ca 100644
--- a/test/browser/runtime_tests.js
+++ b/test/browser/runtime_tests.js
@@ -5,14 +5,14 @@
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/dart');
+var dart = dart_library.import('dart/_runtime');
var dartx = dart.dartx;
// TODO(leafp): These are here to test some things not
// currently exposed through the main dart entry point.
// If we decide to expose them, this can go away.
-var classes = dart_library.import('dart_runtime/_classes');
-var types = dart_library.import('dart_runtime/_types');
+var classes = dart_library.import('dart/_classes');
+var types = dart_library.import('dart/_types');
suite('generic', () => {
"use strict";
« no previous file with comments | « lib/src/options.dart ('k') | test/codegen/expect/8invalid-chars.in+file_name.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698