Index: tests/lib_strong/mirrors/raw_type_test.dart |
diff --git a/tests/lib_strong/mirrors/raw_type_test.dart b/tests/lib_strong/mirrors/raw_type_test.dart |
index d57e48660e5a9970a5a3370b5b50d0b40fc17419..911a8afec295e7baeea01c8d1c939de9fdde4e77 100644 |
--- a/tests/lib_strong/mirrors/raw_type_test.dart |
+++ b/tests/lib_strong/mirrors/raw_type_test.dart |
@@ -18,5 +18,5 @@ main() { |
var barSupertype = reflect(new Bar()).type.superclass; |
var barSuperclass = barSupertype.originalDeclaration; |
Expect.equals(fooDeclaration, barSuperclass, 'declarations'); |
- Expect.equals(fooType, barSupertype, 'types'); /// 01: ok |
+ Expect.equals(fooType, barSupertype, 'types'); //# 01: ok |
} |