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

Unified Diff: tests/lib/mirrors/syntax_error_test.dart

Issue 111043005: Updates status file for mirror syntax error test. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 12 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/lib.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/lib/mirrors/syntax_error_test.dart
===================================================================
--- tests/lib/mirrors/syntax_error_test.dart (revision 31460)
+++ tests/lib/mirrors/syntax_error_test.dart (working copy)
@@ -17,7 +17,7 @@
@MD(name:'B')
class B {
- static x = { 0: 0; }; /// 01: runtime error
+ static x = { 0: 0; }; /// 01: compile-time error
}
main() {
« no previous file with comments | « tests/lib/lib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698