Index: tests/lib_strong/mirrors/globalized_closures_test.dart |
diff --git a/tests/lib_strong/mirrors/globalized_closures_test.dart b/tests/lib_strong/mirrors/globalized_closures_test.dart |
index 80b9a1fa1407e81d45301e46365cbe9f69e926fe..7705f4c8109daf4ef959d70ec9af99a821c498fa 100644 |
--- a/tests/lib_strong/mirrors/globalized_closures_test.dart |
+++ b/tests/lib_strong/mirrors/globalized_closures_test.dart |
@@ -33,5 +33,5 @@ main() { |
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName)); |
} |
}; |
- Expect.listEquals(["Object"], collectedParents); // /// 00: ok |
+ Expect.listEquals(["Object"], collectedParents); // //# 00: ok |
} |