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

Unified Diff: test/serve/utils.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/serve/utils.dart
diff --git a/test/serve/utils.dart b/test/serve/utils.dart
index be87afc46d2acd87adf66c56bfbafd8963bf2fbb..bfdf6a139f32c32f0808be5a0811e95486709491 100644
--- a/test/serve/utils.dart
+++ b/test/serve/utils.dart
@@ -8,13 +8,13 @@ import 'dart:async';
import 'dart:convert';
import 'dart:io';
+import 'package:pub/src/utils.dart';
import 'package:http/http.dart' as http;
Bob Nystrom 2015/05/22 00:05:17 Swap.
nweiz 2015/05/22 00:14:24 Done.
import 'package:scheduled_test/scheduled_process.dart';
import 'package:scheduled_test/scheduled_stream.dart';
import 'package:scheduled_test/scheduled_test.dart';
import 'package:stack_trace/stack_trace.dart';
-import '../../lib/src/utils.dart';
import '../descriptor.dart' as d;
import '../test_pub.dart';

Powered by Google App Engine
This is Rietveld 408576698