Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
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