Chromium Code Reviews

Unified Diff: tests/corelib/map_from_test.dart

Issue 12212016: Remove Expect from core library. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add deprecation comment for ExpectException and revert one test. Created 7 years, 8 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/list_test.dart ('k') | tests/corelib/map_keys2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/map_from_test.dart
diff --git a/tests/corelib/map_from_test.dart b/tests/corelib/map_from_test.dart
index b43a45d1173d86b936bdfeb69bfe29929bb48bd6..21597fbef38dd38fde9f0aa0ce85fdebc55cd88a 100644
--- a/tests/corelib/map_from_test.dart
+++ b/tests/corelib/map_from_test.dart
@@ -3,6 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
library map.from.test;
+import "package:expect/expect.dart";
import 'dart:collection';
main() {
« no previous file with comments | « tests/corelib/list_test.dart ('k') | tests/corelib/map_keys2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine