Index: tests/lib_strong/mirrors/syntax_error_test.dart |
diff --git a/tests/lib_strong/mirrors/syntax_error_test.dart b/tests/lib_strong/mirrors/syntax_error_test.dart |
index 8888ce56d879fddbcedadaf6ecacc6da6f4ab3ca..5d3c17c03cca291debe44b43cd116fc20019c242 100644 |
--- a/tests/lib_strong/mirrors/syntax_error_test.dart |
+++ b/tests/lib_strong/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() { |