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

Unified Diff: tests/standalone/io/http_cookie_date_test.dart

Issue 16948007: Import dart:collection in dart:io unit-tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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 | « no previous file | tests/standalone/io/http_headers_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/standalone/io/http_cookie_date_test.dart
diff --git a/tests/standalone/io/http_cookie_date_test.dart b/tests/standalone/io/http_cookie_date_test.dart
index ea841f9993c867d580dfbc818e51f5691755b957..4c4bec5ce540712483efd8e85e3b7673bebe8610 100644
--- a/tests/standalone/io/http_cookie_date_test.dart
+++ b/tests/standalone/io/http_cookie_date_test.dart
@@ -5,6 +5,7 @@
import "package:expect/expect.dart";
import "dart:async";
import "dart:math";
+import 'dart:collection';
part '../../../sdk/lib/io/common.dart';
Lasse Reichstein Nielsen 2013/06/13 14:29:30 Inconsistent quoting, the following uses double-qu
Anders Johnsen 2013/06/13 14:40:16 https://codereview.chromium.org/16938005
part "../../../sdk/lib/io/io_sink.dart";
« no previous file with comments | « no previous file | tests/standalone/io/http_headers_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698