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

Unified Diff: tests/language/getter_closure_execution_order_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/generics_test.dart ('k') | tests/language/getter_no_setter2_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/getter_closure_execution_order_test.dart
diff --git a/tests/language/getter_closure_execution_order_test.dart b/tests/language/getter_closure_execution_order_test.dart
index ad5daaf2eac87d174e7aa14c02b1950d44da0f6a..05011f6bbf0299529aa92ceab0ae3b5f46b8bb51 100644
--- a/tests/language/getter_closure_execution_order_test.dart
+++ b/tests/language/getter_closure_execution_order_test.dart
@@ -5,8 +5,6 @@
// Test that a getter is evaluated after the arguments, when a getter is
// for invoking a method. See chapter 'Method Invocation' in specification.
-import "package:expect/expect.dart";
-
var counter = 0;
class Test1 {
« no previous file with comments | « tests/language/generics_test.dart ('k') | tests/language/getter_no_setter2_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698