Chromium Code Reviews

Unified Diff: tests/corelib/queue_iterator_test.dart

Issue 12743005: Revert "Remove Expect from core library." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Reupload (first upload failed). Created 7 years, 9 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
« no previous file with comments | « tests/corelib/queue_first_test.dart ('k') | tests/corelib/queue_last_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/queue_iterator_test.dart
diff --git a/tests/corelib/queue_iterator_test.dart b/tests/corelib/queue_iterator_test.dart
index af0458b73dca918dcda7e772b7acafe9545a6d90..3b7e3a9a0889c8055254402e14e7679bd8e8cb03 100644
--- a/tests/corelib/queue_iterator_test.dart
+++ b/tests/corelib/queue_iterator_test.dart
@@ -4,7 +4,6 @@
library queue.iterator.test;
-import "package:expect/expect.dart";
import 'dart:collection' show Queue;
class QueueIteratorTest {
« no previous file with comments | « tests/corelib/queue_first_test.dart ('k') | tests/corelib/queue_last_test.dart » ('j') | no next file with comments »

Powered by Google App Engine