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

Unified Diff: tests/language/static_field3_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
« no previous file with comments | « tests/language/stacktrace_rethrow_error_test.dart ('k') | tests/language/static_field_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/static_field3_test.dart
diff --git a/tests/language/static_field3_test.dart b/tests/language/static_field3_test.dart
index 079a1732092b1c2fdee251e34f7b2eb5fb84c1be..7e4969398d45631eea5018d148953ea3445f9aa9 100644
--- a/tests/language/static_field3_test.dart
+++ b/tests/language/static_field3_test.dart
@@ -11,9 +11,9 @@ class Foo {
main() {
if (false) {
- var x = Foo.x; // /// 01: static type warning
- var m = Foo.m; // /// 02: static type warning
- Foo.m = 1; // /// 03: static type warning
- Foo.x = 1; // /// 04: static type warning
+ var x = Foo.x; // //# 01: static type warning
+ var m = Foo.m; // //# 02: static type warning
+ Foo.m = 1; // //# 03: static type warning
+ Foo.x = 1; // //# 04: static type warning
}
}
« no previous file with comments | « tests/language/stacktrace_rethrow_error_test.dart ('k') | tests/language/static_field_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698