| Index: tests/language_strong/code_after_try_is_executed_test.dart
|
| diff --git a/tests/language_strong/code_after_try_is_executed_test.dart b/tests/language_strong/code_after_try_is_executed_test.dart
|
| index 010cc6a3a2a99fe5cfe0b51d9999a71f4d86e86e..57ffd842cbefdc23fd2d2e6ea3f08cb5b38e6417 100644
|
| --- a/tests/language_strong/code_after_try_is_executed_test.dart
|
| +++ b/tests/language_strong/code_after_try_is_executed_test.dart
|
| @@ -15,5 +15,5 @@ main() {
|
| exception = ex;
|
| }
|
| Expect.isTrue(exception is String);
|
| - throw 'foo'; /// 01: runtime error
|
| + throw 'foo'; //# 01: runtime error
|
| }
|
|
|