| Index: tests/language/issue1363_test.dart
|
| diff --git a/tests/language/issue1363_test.dart b/tests/language/issue1363_test.dart
|
| index 6c9073b7b9052f74f14f993b519496979b858b07..7d85cd84be8c404426a94adcefb814f0a7dfb7a5 100644
|
| --- a/tests/language/issue1363_test.dart
|
| +++ b/tests/language/issue1363_test.dart
|
| @@ -23,7 +23,7 @@ class C {
|
| C contents = myCup.getContents(); // expect no warning or error
|
| bool hasThrown = false;
|
| try {
|
| - contents = libCup.getContents(); /// static type warning
|
| + contents = libCup.getContents(); //# static type warning
|
| } on TypeError catch (e) {
|
| hasThrown = true;
|
| }
|
|
|