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

Unified Diff: tests/language/generic2_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/function_type_this_parameter_test.dart ('k') | tests/language/generic_creation_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/generic2_test.dart
diff --git a/tests/language/generic2_test.dart b/tests/language/generic2_test.dart
index 00cf5e63dcbd072a4981b02db63ea88a6885320a..9048978687dae9408277f86be24675d900281e6e 100644
--- a/tests/language/generic2_test.dart
+++ b/tests/language/generic2_test.dart
@@ -4,8 +4,6 @@
// Test is-tests with type variables.
-import "package:expect/expect.dart";
-
class A<T> {
foo(o) => o is T;
}
« no previous file with comments | « tests/language/function_type_this_parameter_test.dart ('k') | tests/language/generic_creation_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698