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

Unified Diff: tests/language/enum_is_keyword_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/enum_duplicate_test.dart ('k') | tests/language/enum_private_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/enum_is_keyword_test.dart
diff --git a/tests/language/enum_is_keyword_test.dart b/tests/language/enum_is_keyword_test.dart
index 2d24d94810ab6c41b7cc44c42d7a98d5116df763..5b583d47121a1a69821c9b8ba9d1ba609bd5d882 100644
--- a/tests/language/enum_is_keyword_test.dart
+++ b/tests/language/enum_is_keyword_test.dart
@@ -6,5 +6,5 @@
// declarations.
main() {
- var enum; /// 01: compile-time error
+ var enum; //# 01: compile-time error
}
« no previous file with comments | « tests/language/enum_duplicate_test.dart ('k') | tests/language/enum_private_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698