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

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

Issue 2765693002: Update all tests (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 36c211a06de419a7b94f46be0420af1d30c87ca2..bfb7b492395e27f633859c6c69de0a6d85c144c6 100644
--- a/tests/lib/mirrors/globalized_closures2_test.dart
+++ b/tests/lib/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
}

Powered by Google App Engine
This is Rietveld 408576698