Index: tests/lib/mirrors/metadata_scope_test.dart |
diff --git a/tests/lib/mirrors/metadata_scope_test.dart b/tests/lib/mirrors/metadata_scope_test.dart |
index 6fa070ed51aca01564724bac541e8be7a8200dde..ccafe321f60eb3d3df62a83147b27745619a8bbe 100644 |
--- a/tests/lib/mirrors/metadata_scope_test.dart |
+++ b/tests/lib/mirrors/metadata_scope_test.dart |
@@ -15,7 +15,7 @@ class Annotation { |
// Note there is no compile-time constant 'foo' in scope. In particular, A.foo |
// is not in scope here. |
-@Annotation(foo) /// 01: compile-time error |
+@Annotation(foo) //# 01: compile-time error |
class A <@Annotation(foo) T> { |
@Annotation(foo) |
static foo() {} |