| Index: tests/compiler/dart2js_extra/throw1_test.dart
|
| diff --git a/tests/compiler/dart2js_extra/throw1_test.dart b/tests/compiler/dart2js_extra/throw1_test.dart
|
| index 52189247e98b80f73a75b24e1f69de4e6ebe922e..fc7389cea5736351ff62b1f0b507d1f3eef4f5d7 100644
|
| --- a/tests/compiler/dart2js_extra/throw1_test.dart
|
| +++ b/tests/compiler/dart2js_extra/throw1_test.dart
|
| @@ -3,5 +3,5 @@
|
| // BSD-style license that can be found in the LICENSE file.
|
|
|
| void main() {
|
| - throw "foo"; /// 01: runtime error
|
| + throw "foo"; //# 01: runtime error
|
| }
|
|
|