Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(99)

Unified Diff: tests/lib/mirrors/globalized_closures2_test.dart

Issue 2768073002: Format all multitests (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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 0ef541c6ec71a3ad7e63f6a0779400fc33bde152..5581ff218db7dd488412e4eb5124f73335b4234d 100644
--- a/tests/lib/mirrors/globalized_closures2_test.dart
+++ b/tests/lib/mirrors/globalized_closures2_test.dart
@@ -32,6 +32,7 @@ main() {
if (c is ClassMirror && c.superclass != null) {
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName));
}
- };
+ }
+ ;
Bob Nystrom 2017/03/22 23:46:39 Remove the semicolon.
Jacob 2017/03/23 17:27:32 Done.
Expect.isTrue(collectedParents.isEmpty); // //# 00: ok
}

Powered by Google App Engine
This is Rietveld 408576698