Chromium Code Reviews

Unified Diff: test/utils_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: Code review changes Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: test/utils_test.dart
diff --git a/test/utils_test.dart b/test/utils_test.dart
index a137d2d079094cfa0ad8429dec33f37955513b1e..423083d689d5bcbd117cf7d00d20046533dc835d 100644
--- a/test/utils_test.dart
+++ b/test/utils_test.dart
@@ -4,9 +4,10 @@
library utils_test;
+import 'package:pub/src/utils.dart';
import 'package:unittest/unittest.dart';
+
import 'test_pub.dart';
-import '../lib/src/utils.dart';
main() {
initConfig();
« no previous file with comments | « test/upgrade/git/upgrade_to_incompatible_pubspec_test.dart ('k') | test/validator/compiled_dartdoc_test.dart » ('j') | no next file with comments »

Powered by Google App Engine