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

Unified Diff: tests/language/static_implicit_closure_test.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/static_field_test.dart ('k') | tests/language/static_initializer_type_error_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/static_implicit_closure_test.dart
diff --git a/tests/language/static_implicit_closure_test.dart b/tests/language/static_implicit_closure_test.dart
index 5835a264a94bbe2b181fee1e1b2a7c19d68584d7..b73050eda27c879bc02d7c2db384f6639612f8cd 100644
--- a/tests/language/static_implicit_closure_test.dart
+++ b/tests/language/static_implicit_closure_test.dart
@@ -5,6 +5,8 @@
// VMOptions=
// VMOptions=--use_slow_path
+import "package:expect/expect.dart";
+
class First {
First() {}
static int get a {
« no previous file with comments | « tests/language/static_field_test.dart ('k') | tests/language/static_initializer_type_error_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698