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

Unified Diff: tests/language_strong/setter3_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/setter3_test.dart
diff --git a/tests/language_strong/setter3_test.dart b/tests/language_strong/setter3_test.dart
index 3253a6e27ca63b7b5c8f49cba14b8fcd728fb8a9..9033421d6ef92324f76bcedb7fcf6cb3bbe94087 100644
--- a/tests/language_strong/setter3_test.dart
+++ b/tests/language_strong/setter3_test.dart
@@ -9,8 +9,8 @@
class A {
set foo(x) {}
void set bar(x) {}
- dynamic set baz(x) {} /// 01: static type warning
- bool set bob(x) {} /// 02: static type warning
+ dynamic set baz(x) {} //# 01: static type warning
+ bool set bob(x) {} //# 02: static type warning
}
main() {
« no previous file with comments | « tests/language_strong/scope_variable_test.dart ('k') | tests/language_strong/setter_no_getter_call_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698