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

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

Issue 2765893003: Fix warnings_checker.dart handling of 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_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 b842b6ea5ab5bfec6ea31cf6abb6ab68d0aa734b..0ef541c6ec71a3ad7e63f6a0779400fc33bde152 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
}
« no previous file with comments | « tests/lib_strong/mirrors/get_field_static_test.dart ('k') | tests/lib_strong/mirrors/globalized_closures_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698