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

Unified Diff: tests/language/library10.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. 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/left_shift_test.dart ('k') | tests/language/library1_negative_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/library10.dart
diff --git a/tests/language/library10.dart b/tests/language/library10.dart
index ebcd114ade9612f5c13f8f0c6f7648dc8a223253..3af75b6917e0d2624c868f0466cfd9cf000e90bb 100644
--- a/tests/language/library10.dart
+++ b/tests/language/library10.dart
@@ -6,6 +6,7 @@
library library10.dart;
import "library11.dart" as lib11;
+import "package:expect/expect.dart";
class Library10 {
Library10(this.fld);
« no previous file with comments | « tests/language/left_shift_test.dart ('k') | tests/language/library1_negative_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698