| Index: tests/compiler/dart2js_extra/throw2_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/throw2_test.dart b/tests/compiler/dart2js_extra/throw2_test.dart
|
| index ff8b7a630ba933ab5e3bf219497e95f701b227e8..3c87c9f95bb73415b0ffb40ff86bf4f9400d416d 100644
|
| --- a/tests/compiler/dart2js_extra/throw2_test.dart
|
| +++ b/tests/compiler/dart2js_extra/throw2_test.dart
|
| @@ -31,9 +31,9 @@ void nonThrow5() {
|
| }
|
|
|
| void main() {
|
| - throw1(); /// 01: runtime error
|
| - throw2(); /// 02: runtime error
|
| - throw3(); /// 03: runtime error
|
| - throw4(); /// 04: runtime error
|
| + throw1(); //# 01: runtime error
|
| + throw2(); //# 02: runtime error
|
| + throw3(); //# 03: runtime error
|
| + throw4(); //# 04: runtime error
|
| nonThrow5();
|
| }
|
|
|