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

Unified Diff: test/io_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. 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/implicit_dependency_test.dart ('k') | test/lish/archives_and_uploads_a_package_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/io_test.dart
diff --git a/test/io_test.dart b/test/io_test.dart
index cc5d2c4d6124e3e38e1e6be34f34b99c96df9b32..87484937c7fadd3146c8a1a5b9b890ba17e22264 100644
--- a/test/io_test.dart
+++ b/test/io_test.dart
@@ -8,9 +8,9 @@ import 'dart:async';
import 'dart:io';
import 'package:path/path.dart' as path;
+import 'package:pub/src/io.dart';
import 'package:unittest/unittest.dart';
-import '../lib/src/io.dart';
import 'test_pub.dart';
main() {
« no previous file with comments | « test/implicit_dependency_test.dart ('k') | test/lish/archives_and_uploads_a_package_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698