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

Unified Diff: dart/tests/html/url_test.dart

Issue 11359187: Allow tests to specify a package root. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 1 month 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: dart/tests/html/url_test.dart
diff --git a/dart/tests/html/url_test.dart b/dart/tests/html/url_test.dart
index 4b784ca28ca84db11d76d1a7375d0dedbed5121c..9b597942c53c1467b80a0b6ebc19b23d7f460926 100644
--- a/dart/tests/html/url_test.dart
+++ b/dart/tests/html/url_test.dart
@@ -3,8 +3,8 @@
// BSD-style license that can be found in the LICENSE file.
library url_test;
-import '../../pkg/unittest/lib/unittest.dart';
-import '../../pkg/unittest/lib/html_config.dart';
+import 'package:unittest/unittest.dart';
+import 'package:unittest/html_config.dart';
ahe 2012/11/16 07:29:09 Will not submit these changes. Only for testing.
import 'dart:html';
main() {

Powered by Google App Engine
This is Rietveld 408576698