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

Unified Diff: tests/compiler/dart2js_extra/typevariable_factory_test.dart

Issue 13801008: More test fixes. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/compiler/dart2js_extra/typevariable_factory_test.dart
diff --git a/tests/compiler/dart2js_extra/typevariable_factory_test.dart b/tests/compiler/dart2js_extra/typevariable_factory_test.dart
index 5618cae2caea06d6ff4245fa7c76c1a2fae34f82..2f977cff7fd8db01ef910813daafb3a45b9c2830 100644
--- a/tests/compiler/dart2js_extra/typevariable_factory_test.dart
+++ b/tests/compiler/dart2js_extra/typevariable_factory_test.dart
@@ -4,6 +4,8 @@
// Regression test to ensure that we can use type variable in factories.
+import "package:expect/expect.dart";
+
class A<T> {
factory A.foo(o) {
Expect.isTrue(o is A<T>);

Powered by Google App Engine
This is Rietveld 408576698