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

Unified Diff: dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart

Issue 9662033: Update test status and fix a typo. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 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 | « no previous file | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
diff --git a/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart b/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
index e82c8c3339676e5193054e4706728e47c6fcfbe9..1becfd3a5c8c79baca25464c3e2316f56609589a 100644
--- a/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
+++ b/dart/frog/tests/leg_only/src/CompileTimeConstant4Test.dart
@@ -21,7 +21,7 @@ final g6 = x
+ false /// 05: compile-time error
;
final g7 = "foo"
- + x[0]; /// 06: compile-time error
+ + x[0] /// 06: compile-time error
;
final g8 = 1
+ x.length /// 07: compile-time error
« no previous file with comments | « no previous file | dart/tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698