Chromium Code Reviews| Index: tests/language/type_variable_scope2_test.dart |
| diff --git a/tests/language/type_variable_scope2_test.dart b/tests/language/type_variable_scope2_test.dart |
| index 1c039142f223ac7f69373bd785c14db3c23a51bb..5c018a6979b28a89da89589f0a09c113d1131d51 100644 |
| --- a/tests/language/type_variable_scope2_test.dart |
| +++ b/tests/language/type_variable_scope2_test.dart |
| @@ -26,6 +26,7 @@ main() { |
| try { |
| Expect.isTrue(Foo.m() is Foo); |
| } on TypeError catch (error) { |
| + print(error); |
|
ngeoffray
2012/11/30 12:00:40
Remove?
Johnni Winther
2012/12/04 10:07:17
I left it in because it's nice to have when the te
|
| got_type_error = true; |
| } |
| // Type error in checked mode only. |