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

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

Issue 125033003: Version 1.1.0-dev.5.1 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
Patch Set: Created 6 years, 11 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 | « dart/tests/lib/lib.status ('k') | dart/tools/VERSION » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/tests/lib/mirrors/syntax_error_test.dart
===================================================================
--- dart/tests/lib/mirrors/syntax_error_test.dart (revision 31466)
+++ dart/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 | « dart/tests/lib/lib.status ('k') | dart/tools/VERSION » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698