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

Unified Diff: tests/language/type_variable_field_initializer_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
Index: tests/language/type_variable_field_initializer_test.dart
diff --git a/tests/language/type_variable_field_initializer_test.dart b/tests/language/type_variable_field_initializer_test.dart
index cc0ba50f2daa8520ed7fa0f4ec5c253294f4b21d..5519409fb2f7043637ee494ed6d06123fffd484f 100644
--- a/tests/language/type_variable_field_initializer_test.dart
+++ b/tests/language/type_variable_field_initializer_test.dart
@@ -5,8 +5,6 @@
// Check that an inlined field initializer has access to the enclosing
// type variables.
-import "package:expect/expect.dart";
-
class A<T> {
var c = new List<T>();
}
« no previous file with comments | « tests/language/type_variable_field_initializer_closure_test.dart ('k') | tests/language/type_variable_initializer_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698