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

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: Created 7 years, 10 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
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);

Powered by Google App Engine
This is Rietveld 408576698