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

Unified Diff: tests/lib/mirrors/list_constructor_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/list_constructor_test.dart
diff --git a/tests/lib/mirrors/list_constructor_test.dart b/tests/lib/mirrors/list_constructor_test.dart
index c25d038ac9d055fc89158c0c2e99a6b18fd8418e..87125c5caadf1757546687b3c3f802663ccd09f8 100644
--- a/tests/lib/mirrors/list_constructor_test.dart
+++ b/tests/lib/mirrors/list_constructor_test.dart
@@ -18,7 +18,7 @@ main() {
list[0] = 1;
Expect.equals(1, list[0]);
- testGrowableList(); /// 01: ok
+ testGrowableList(); //# 01: ok
}
testGrowableList() {

Powered by Google App Engine
This is Rietveld 408576698