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

Unified Diff: tests/language_strong/toplevel_collision2_test.dart

Issue 2765693002: Update all tests (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/toplevel_collision2_test.dart
diff --git a/tests/language_strong/toplevel_collision2_test.dart b/tests/language_strong/toplevel_collision2_test.dart
index 182a23e307adcf3d35e3c44a1f3f33e32e1c227b..ad953aba2f4ce665790a177fd0264ce0b5d81d29 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

Powered by Google App Engine
This is Rietveld 408576698