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

Unified Diff: pkg/http/test/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: 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/streamed_request_test.dart
diff --git a/pkg/http/test/streamed_request_test.dart b/pkg/http/test/streamed_request_test.dart
index afe8e098fcc56cbda28b249221fc92868dbc7237..444b36b3d248d3c3e438fec6cd5852ac78b37f77 100644
--- a/pkg/http/test/streamed_request_test.dart
+++ b/pkg/http/test/streamed_request_test.dart
@@ -4,8 +4,6 @@
library streamed_request_test;
-import 'dart:convert';
-
import 'package:http/http.dart' as http;
import 'package:unittest/unittest.dart';
@@ -29,4 +27,4 @@ void main() {
expect(() => request.contentLength = 10, throwsStateError);
});
});
-}
+}
kevmoo 2014/06/12 20:25:33 end w/ newline
« pkg/http/test/io/streamed_request_test.dart ('K') | « pkg/http/test/io/streamed_request_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698