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

Unified Diff: tests/language/is_object_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/language/is_nan_test.dart ('k') | tests/language/is_operator_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/is_object_test.dart
diff --git a/tests/language/is_object_test.dart b/tests/language/is_object_test.dart
index 7dc6574c4e12b472c908e13a4bf5007215440acf..1a47bb2fa34770ea567d8698ceeac8870a5cc9d8 100644
--- a/tests/language/is_object_test.dart
+++ b/tests/language/is_object_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";
-
testTryCatch(x) {
try {
throw x;
« no previous file with comments | « tests/language/is_nan_test.dart ('k') | tests/language/is_operator_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698