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

Unified Diff: tests/language_strong/check_method_override_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/language_strong/check_method_override_test.dart
diff --git a/tests/language_strong/check_method_override_test.dart b/tests/language_strong/check_method_override_test.dart
index bfd6e4a340b84e4735e7174fe36137b0cb38c207..c0275a6de72297ffeb968b1dd2985647f1859719 100644
--- a/tests/language_strong/check_method_override_test.dart
+++ b/tests/language_strong/check_method_override_test.dart
@@ -8,8 +8,8 @@ class A {
}
class C extends A {
- f() {} /// 01: static type warning
- foo(var a, [x]) {} /// 02: static type warning
+ f() {} //# 01: static type warning
+ foo(var a, [x]) {} //# 02: static type warning
}
main() {

Powered by Google App Engine
This is Rietveld 408576698