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

Unified Diff: tests/language/constructor_initializer_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/language/constructor_initializer_test.dart
diff --git a/tests/language/constructor_initializer_test.dart b/tests/language/constructor_initializer_test.dart
index a4dec3f107d48fa422e8c588a75a26e826ab2882..cae3ca1028c940233780b6fb845dc62a307932cb 100644
--- a/tests/language/constructor_initializer_test.dart
+++ b/tests/language/constructor_initializer_test.dart
@@ -11,7 +11,7 @@ class A {
// is remembered in the constructor body.
Expect.equals(x, _x + 1);
Expect.equals(y, _y + 1);
- Expect.isFalse(?y); // /// 01: compile-time error
+ Expect.isFalse(?y); // //# 01: compile-time error
}
}
« no previous file with comments | « tests/language/constructor_duplicate_initializers_test.dart ('k') | tests/language/constructor_name_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698