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..b9fb203898c319b47582806b4f2296478bc209b7 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() { |