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

Unified Diff: tests/lib/mirrors/syntax_error_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/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 8888ce56d879fddbcedadaf6ecacc6da6f4ab3ca..5d3c17c03cca291debe44b43cd116fc20019c242 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() {

Powered by Google App Engine
This is Rietveld 408576698