| Index: tests/compiler/dart2js_extra/typevariable_substitution_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/typevariable_substitution_test.dart b/tests/compiler/dart2js_extra/typevariable_substitution_test.dart
|
| index 8a40a8203a87561fc6c108798c73f3289e1ef345..dd5e75f3802b26e4452406d97925ef28936356e3 100644
|
| --- a/tests/compiler/dart2js_extra/typevariable_substitution_test.dart
|
| +++ b/tests/compiler/dart2js_extra/typevariable_substitution_test.dart
|
| @@ -4,6 +4,8 @@
|
|
|
| // Regression test to ensure that we substitute type variables in is-tests.
|
|
|
| +import "package:expect/expect.dart";
|
| +
|
| class A<T> {
|
| A.foo(o) {
|
| Expect.isTrue(o is A<T>);
|
|
|