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

Unified Diff: test/serve_packages.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/serve/web_socket/path_to_urls_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/serve_packages.dart
diff --git a/test/serve_packages.dart b/test/serve_packages.dart
index 35c970f78cac4955bdd506f57b8b4809fb8fddc4..3a949f680f06330dcb3c7bc52ad078547c3232df 100644
--- a/test/serve_packages.dart
+++ b/test/serve_packages.dart
@@ -8,12 +8,12 @@ import 'dart:async';
import 'dart:convert';
import 'package:path/path.dart' as p;
+import 'package:pub/src/io.dart';
+import 'package:pub/src/utils.dart';
import 'package:pub_semver/pub_semver.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:yaml/yaml.dart';
-import '../lib/src/io.dart';
-import '../lib/src/utils.dart';
import 'descriptor.dart' as d;
import 'test_pub.dart';
« no previous file with comments | « test/serve/web_socket/path_to_urls_test.dart ('k') | test/test_pub.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698