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

Unified Diff: test/browser/runtime_tests.js

Issue 1486473002: Convert dart_utils.js to input_sdk/lib/_internal/utils.dart (#310) (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Rebased Created 5 years 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 | « pubspec.yaml ('k') | test/codegen/expect/collection/src/unmodifiable_wrappers.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 a150373a02863bf38be7d00fc4754127ef1d47ca..030be22ac847fd6c3fb4f1d582bd22cd29b16f13 100644
--- a/test/browser/runtime_tests.js
+++ b/test/browser/runtime_tests.js
@@ -13,6 +13,7 @@ var dartx = dart.dartx;
// If we decide to expose them, this can go away.
var classes = dart_library.import('dart/_classes');
var types = dart_library.import('dart/_types');
+var dart_utils = dart_library.import('dart/_utils');
suite('generic', () => {
"use strict";
« no previous file with comments | « pubspec.yaml ('k') | test/codegen/expect/collection/src/unmodifiable_wrappers.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698