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

Unified Diff: test/preprocess_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/package_list_files_test.dart ('k') | test/pub_get_and_upgrade_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/preprocess_test.dart
diff --git a/test/preprocess_test.dart b/test/preprocess_test.dart
index 4f43dd8129e0ce771ad9bc522d22c1bb907d7c3e..ac58c375d6beee289aece2d8e82c26274dfacda5 100644
--- a/test/preprocess_test.dart
+++ b/test/preprocess_test.dart
@@ -4,10 +4,10 @@
library pub.test.preprocess_test;
+import 'package:pub/src/preprocess.dart';
import 'package:pub_semver/pub_semver.dart';
import 'package:unittest/unittest.dart';
-import '../lib/src/preprocess.dart';
import 'test_pub.dart';
main() {
« no previous file with comments | « test/package_list_files_test.dart ('k') | test/pub_get_and_upgrade_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698