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

Unified Diff: tests/lib/mirrors/syntax_error_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/lib/mirrors/symbol_validation_test.dart ('k') | tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/syntax_error_test.dart
diff --git a/tests/lib/mirrors/syntax_error_test.dart b/tests/lib/mirrors/syntax_error_test.dart
index b9fb203898c319b47582806b4f2296478bc209b7..4f2ee09f08b39a8cb1b5045a993506a48b30368a 100644
--- a/tests/lib/mirrors/syntax_error_test.dart
+++ b/tests/lib/mirrors/syntax_error_test.dart
@@ -17,7 +17,7 @@ class A {}
@MD(name:'B')
class B {
- static x = { 0: 0; }; // /// 01: compile-time error
+ static x = { 0: 0; }; // //# 01: compile-time error
}
main() {
« no previous file with comments | « tests/lib/mirrors/symbol_validation_test.dart ('k') | tests/lib/mirrors/type_variable_owner_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698