Index: tests/lib_strong/mirrors/globalized_closures2_test.dart |
diff --git a/tests/lib_strong/mirrors/globalized_closures2_test.dart b/tests/lib_strong/mirrors/globalized_closures2_test.dart |
index 36c211a06de419a7b94f46be0420af1d30c87ca2..b842b6ea5ab5bfec6ea31cf6abb6ab68d0aa734b 100644 |
--- a/tests/lib_strong/mirrors/globalized_closures2_test.dart |
+++ b/tests/lib_strong/mirrors/globalized_closures2_test.dart |
@@ -33,5 +33,5 @@ main() { |
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName)); |
} |
}; |
- Expect.isTrue(collectedParents.isEmpty); /// 00: ok |
+ Expect.isTrue(collectedParents.isEmpty); // /// 00: ok |
} |