Chromium Code Reviews

Unified Diff: tests/corelib/map_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/map_keys_test.dart ('k') | tests/corelib/map_values2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/map_test.dart
diff --git a/tests/corelib/map_test.dart b/tests/corelib/map_test.dart
index df6d044a0926ad4349cc7b644c6cfbe4d405709f..d405471b2459ba1e58989ca9ab52ac49d5e4f5dd 100644
--- a/tests/corelib/map_test.dart
+++ b/tests/corelib/map_test.dart
@@ -3,7 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
library map_test;
-import "package:expect/expect.dart";
import 'dart:collection';
void main() {
« no previous file with comments | « tests/corelib/map_keys_test.dart ('k') | tests/corelib/map_values2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine