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

Unified Diff: test/serve/missing_file_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
Index: test/serve/missing_file_test.dart
diff --git a/test/serve/missing_file_test.dart b/test/serve/missing_file_test.dart
index be5674312e5e4cf0ec90eaf540203956d386f599..5c41aa9872e93c754f8e23b9704ec797dd6f4e07 100644
--- a/test/serve/missing_file_test.dart
+++ b/test/serve/missing_file_test.dart
@@ -5,9 +5,9 @@
library pub_tests;
import 'package:path/path.dart' as path;
+import 'package:pub/src/io.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../../lib/src/io.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';
import 'utils.dart';

Powered by Google App Engine
This is Rietveld 408576698