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

Unified Diff: tests/lib_strong/mirrors/list_constructor_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/list_constructor_test.dart
diff --git a/tests/lib_strong/mirrors/list_constructor_test.dart b/tests/lib_strong/mirrors/list_constructor_test.dart
index c25d038ac9d055fc89158c0c2e99a6b18fd8418e..87125c5caadf1757546687b3c3f802663ccd09f8 100644
--- a/tests/lib_strong/mirrors/list_constructor_test.dart
+++ b/tests/lib_strong/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() {
« no previous file with comments | « tests/lib_strong/mirrors/library_metadata2_test.dart ('k') | tests/lib_strong/mirrors/metadata_allowed_values_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698