| Index: tests/lib/mirrors/syntax_error_test.dart
|
| diff --git a/tests/lib/mirrors/syntax_error_test.dart b/tests/lib/mirrors/syntax_error_test.dart
|
| index b9fb203898c319b47582806b4f2296478bc209b7..4f2ee09f08b39a8cb1b5045a993506a48b30368a 100644
|
| --- a/tests/lib/mirrors/syntax_error_test.dart
|
| +++ b/tests/lib/mirrors/syntax_error_test.dart
|
| @@ -17,7 +17,7 @@ class A {}
|
|
|
| @MD(name:'B')
|
| class B {
|
| - static x = { 0: 0; }; // /// 01: compile-time error
|
| + static x = { 0: 0; }; // //# 01: compile-time error
|
| }
|
|
|
| main() {
|
|
|