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

Unified Diff: pkg/http/test/html/utils.dart

Issue 334703004: pkg/http: updated unittest dependency, removed unused imports (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 6 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: pkg/http/test/html/utils.dart
diff --git a/pkg/http/test/html/utils.dart b/pkg/http/test/html/utils.dart
index 5803ec29550796cad0850e1e23db3e8a5e3bb094..243278ea7fde4aae653b4619f740be6db8f10eae 100644
--- a/pkg/http/test/html/utils.dart
+++ b/pkg/http/test/html/utils.dart
@@ -4,14 +4,8 @@
library http.test.html_utils;
-import 'dart:async';
-import 'dart:convert';
import 'dart:html';
-import 'package:http/http.dart';
-import 'package:http/src/utils.dart';
-import 'package:unittest/unittest.dart';
-
export '../utils.dart';
/// The test server's echo URL.

Powered by Google App Engine
This is Rietveld 408576698