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

Unified Diff: tests/language/factory_type_parameter2_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/duplicate_interface_test.dart ('k') | tests/language/getter_setter_order_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/factory_type_parameter2_test.dart
diff --git a/tests/language/factory_type_parameter2_test.dart b/tests/language/factory_type_parameter2_test.dart
index fa067e1ea3dcab1870c530ac022e66f5768df9b9..6536be88a90f3c0838b7a6240244250ebe7bdc05 100644
--- a/tests/language/factory_type_parameter2_test.dart
+++ b/tests/language/factory_type_parameter2_test.dart
@@ -4,6 +4,8 @@
// Test that type variables are correctly set in instances created by factories.
+import 'package:expect/expect.dart';
+
var p;
bool done = false;
« no previous file with comments | « tests/language/duplicate_interface_test.dart ('k') | tests/language/getter_setter_order_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698