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

Unified Diff: tests/language_strong/toplevel_collision2_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_strong/toplevel_collision1_test.dart ('k') | tests/language_strong/try_catch4_test.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language_strong/toplevel_collision2_test.dart
diff --git a/tests/language_strong/toplevel_collision2_test.dart b/tests/language_strong/toplevel_collision2_test.dart
index 49a39d12b2a69bf835399d5d227cfaaecefbd95c..f992f3e320269540e9080c481c45520151d74d36 100644
--- a/tests/language_strong/toplevel_collision2_test.dart
+++ b/tests/language_strong/toplevel_collision2_test.dart
@@ -9,10 +9,10 @@ get x => 200;
set x(var i) { print(i); }
// Error: there is already a getter for x
-int x; // /// 00: compile-time error
+int x; // //# 00: compile-time error
// Error: there is already a getter named x.
-int x(a, b) { print(a + b); } // /// 01: compile-time error
+int x(a, b) { print(a + b); } // //# 01: compile-time error
« no previous file with comments | « tests/language_strong/toplevel_collision1_test.dart ('k') | tests/language_strong/try_catch4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698