Chromium Code Reviews| Index: tests/language/src/TypeVariableScopeTest.dart |
| diff --git a/tests/language/src/TypeVariableScopeTest.dart b/tests/language/src/TypeVariableScopeTest.dart |
| index 32802f3211b5f0cefed1a62982d1a87367b62c65..17a0e4af6beb5dfbfb4fde46bcce77692fd06d03 100644 |
| --- a/tests/language/src/TypeVariableScopeTest.dart |
| +++ b/tests/language/src/TypeVariableScopeTest.dart |
| @@ -39,4 +39,5 @@ interface I<X> factory Foo<X> { |
| main() { |
| Foo.m(null); |
| + new I(null); |
| } |