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

Unified Diff: tests/language_strong/override_field_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_strong/override_field_test.dart
diff --git a/tests/language_strong/override_field_test.dart b/tests/language_strong/override_field_test.dart
index 1fa79683f612b5e06a6412786931a0181fedd4cf..9e7676113a5d1e32f1598037240899b6497cda3d 100644
--- a/tests/language_strong/override_field_test.dart
+++ b/tests/language_strong/override_field_test.dart
@@ -9,9 +9,9 @@ class A {
}
class B extends A {
- static int instanceFieldInA; // /// 01: compile-time error
- int staticFieldInA; // /// 02: static type warning
- static int staticFieldInA; // /// 03: static type warning
+ static int instanceFieldInA; // //# 01: compile-time error
+ int staticFieldInA; // //# 02: static type warning
+ static int staticFieldInA; // //# 03: static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698