Chromium Code Reviews

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.
Jump to:
View side-by-side diff with in-line comments
« 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