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

Unified Diff: pkg/http/test/html/streamed_request_test.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: changelog tweaks 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
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | pkg/http/test/html/utils.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/http/test/html/streamed_request_test.dart
diff --git a/pkg/http/test/html/streamed_request_test.dart b/pkg/http/test/html/streamed_request_test.dart
index e75d130e00fa4ce29220a09da57632e9a6a9f3bc..907bcaffee2db90ef1c8128a27b92b5233d867fe 100644
--- a/pkg/http/test/html/streamed_request_test.dart
+++ b/pkg/http/test/html/streamed_request_test.dart
@@ -4,8 +4,6 @@
library http.test.html.streamed_request_test;
-import 'dart:convert';
-
import 'package:http/http.dart' as http;
import 'package:http/browser_client.dart';
import 'package:unittest/unittest.dart';
@@ -37,4 +35,4 @@ void main() {
});
});
});
-}
+}
« no previous file with comments | « pkg/http/pubspec.yaml ('k') | pkg/http/test/html/utils.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698