Index: tests/lib/mirrors/globalized_closures2_test.dart |
diff --git a/tests/lib/mirrors/globalized_closures2_test.dart b/tests/lib/mirrors/globalized_closures2_test.dart |
index d4927c997c462254231bede6d052dba25834f3d7..0ef541c6ec71a3ad7e63f6a0779400fc33bde152 100644 |
--- a/tests/lib/mirrors/globalized_closures2_test.dart |
+++ b/tests/lib/mirrors/globalized_closures2_test.dart |
@@ -32,6 +32,6 @@ main() { |
if (c is ClassMirror && c.superclass != null) { |
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName)); |
} |
- } |
+ }; |
Expect.isTrue(collectedParents.isEmpty); // //# 00: ok |
} |