Chromium Code Reviews

Unified Diff: test/pub_test.dart

Issue 1153643002: Use "package:" imports for pub. (Closed) Base URL: git@github.com:dart-lang/pub_test@master
Patch Set: 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/pub_test.dart
diff --git a/test/pub_test.dart b/test/pub_test.dart
index d664fa7fb74980f9c2d7dcec74c98d98e44182a3..bfed17cb519ec82225d4a1027d26982b77ce1ada 100644
--- a/test/pub_test.dart
+++ b/test/pub_test.dart
@@ -4,9 +4,9 @@
library pub_tests;
+import 'package:pub/src/exit_codes.dart' as exit_codes;
import 'package:scheduled_test/scheduled_test.dart';
-import '../lib/src/exit_codes.dart' as exit_codes;
import 'test_pub.dart';
main() {

Powered by Google App Engine