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

Unified Diff: test/real_version_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/pubspec_test.dart ('k') | test/run/errors_if_no_executable_is_given_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/real_version_test.dart
diff --git a/test/real_version_test.dart b/test/real_version_test.dart
index 97138087de49fe4b209f9b55f545314187429aa6..a42fcf89440fa288a8687dccbacc2c5162cfc48c 100644
--- a/test/real_version_test.dart
+++ b/test/real_version_test.dart
@@ -7,11 +7,11 @@ library pub_tests;
import 'dart:io';
import 'package:path/path.dart' as path;
+import 'package:pub/src/exit_codes.dart' as exit_codes;
+import 'package:pub/src/sdk.dart' as sdk;
import 'package:scheduled_test/scheduled_process.dart';
import 'package:scheduled_test/scheduled_test.dart';
-import '../lib/src/exit_codes.dart' as exit_codes;
-import '../lib/src/sdk.dart' as sdk;
import 'test_pub.dart';
main() {
« no previous file with comments | « test/pubspec_test.dart ('k') | test/run/errors_if_no_executable_is_given_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698