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

Unified Diff: tests/corelib/is_operator_basic_types_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. 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 | « tests/corelib/integer_to_radix_string_test.dart ('k') | tests/corelib/iterable_element_at_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/corelib/is_operator_basic_types_test.dart
diff --git a/tests/corelib/is_operator_basic_types_test.dart b/tests/corelib/is_operator_basic_types_test.dart
index 20e53f797edf50d96ae096ea5cd4744afc0bb540..662b2a406c77f8d0b9c15abad0ae8d2b50ee556b 100644
--- a/tests/corelib/is_operator_basic_types_test.dart
+++ b/tests/corelib/is_operator_basic_types_test.dart
@@ -3,8 +3,6 @@
// BSD-style license that can be found in the LICENSE file.
// Dart test program for the "is" type test operator.
-import "package:expect/expect.dart";
-
check(args) {
var list = args[0];
var string = args[1];
« no previous file with comments | « tests/corelib/integer_to_radix_string_test.dart ('k') | tests/corelib/iterable_element_at_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698