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 0ef541c6ec71a3ad7e63f6a0779400fc33bde152..5581ff218db7dd488412e4eb5124f73335b4234d 100644 |
--- a/tests/lib_strong/mirrors/globalized_closures2_test.dart |
+++ b/tests/lib_strong/mirrors/globalized_closures2_test.dart |
@@ -32,6 +32,7 @@ main() { |
if (c is ClassMirror && c.superclass != null) { |
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName)); |
} |
- }; |
+ } |
+ ; |
Expect.isTrue(collectedParents.isEmpty); // //# 00: ok |
} |