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

Unified Diff: tests/language/const_for_in_variable_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/const_factory_with_body_test.dart ('k') | tests/language/const_getter_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/const_for_in_variable_test.dart
diff --git a/tests/language/const_for_in_variable_test.dart b/tests/language/const_for_in_variable_test.dart
index 1b81042899398f3bd7086f70bdcba277f6f8d659..7298de9a68e6f7fc635685432bdcf16eeb7e570b 100644
--- a/tests/language/const_for_in_variable_test.dart
+++ b/tests/language/const_for_in_variable_test.dart
@@ -4,8 +4,8 @@
main() {
for(
- const // /// 01: compile-time error
- final // /// 02: ok
+ const // //# 01: compile-time error
+ final // //# 02: ok
int x in const [1, 2, 3]) {
break;
}
« no previous file with comments | « tests/language/const_factory_with_body_test.dart ('k') | tests/language/const_getter_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698