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

Unified Diff: tests/language/type_variable_nested_test.dart

Issue 13724021: Remove deprecated Expect from the libraries. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Rebase. 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/super_operator_index7_test.dart ('k') | tests/language/value_range3_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/type_variable_nested_test.dart
diff --git a/tests/language/type_variable_nested_test.dart b/tests/language/type_variable_nested_test.dart
index 5611ea749ee9334a3fd63ccd190d9120c142c1f4..eee0be05957535fa3253b5bd97eb31b018b3c17a 100644
--- a/tests/language/type_variable_nested_test.dart
+++ b/tests/language/type_variable_nested_test.dart
@@ -5,6 +5,8 @@
// Regression test for
// http://code.google.com/p/dart/issues/detail?id=9050.
+import 'package:expect/expect.dart';
+
class A<T> {
}
« no previous file with comments | « tests/language/super_operator_index7_test.dart ('k') | tests/language/value_range3_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698