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

Unified Diff: tests/lib/mirrors/globalized_closures_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_closures_test.dart
diff --git a/tests/lib/mirrors/globalized_closures_test.dart b/tests/lib/mirrors/globalized_closures_test.dart
index 6e459e9b13c9ad994b908947f89fa834a508ec0a..e82e91c6d3b306f7304b1897f928e739a8ffa6af 100644
--- a/tests/lib/mirrors/globalized_closures_test.dart
+++ b/tests/lib/mirrors/globalized_closures_test.dart
@@ -33,5 +33,5 @@ main() {
collectedParents.add(MirrorSystem.getName(c.superclass.simpleName));
}
};
- Expect.listEquals(["Object"], collectedParents); /// 00: ok
+ Expect.listEquals(["Object"], collectedParents); //# 00: ok
}

Powered by Google App Engine
This is Rietveld 408576698