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

Unified Diff: test/pub_uploader_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. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: test/pub_uploader_test.dart
diff --git a/test/pub_uploader_test.dart b/test/pub_uploader_test.dart
index 89054ebbeec4017cf39c84b0149408a3ba31c2af..73c101f333776d0106fc2a20e4bf90128036a9cf 100644
--- a/test/pub_uploader_test.dart
+++ b/test/pub_uploader_test.dart
@@ -6,13 +6,13 @@ library pub_uploader_test;
import 'dart:convert';
+import 'package:pub/src/exit_codes.dart' as exit_codes;
+import 'package:pub/src/utils.dart';
import 'package:scheduled_test/scheduled_process.dart';
import 'package:scheduled_test/scheduled_server.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:shelf/shelf.dart' as shelf;
-import '../lib/src/exit_codes.dart' as exit_codes;
-import '../lib/src/utils.dart';
import 'descriptor.dart' as d;
import 'test_pub.dart';

Powered by Google App Engine
This is Rietveld 408576698