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

Unified Diff: tests/language/src/LiteralUnaryPlusTest.dart

Issue 9317021: Fix leg build, removed positive check as they fail in leg. The positive test must be somewhere else. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 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 | « tests/language/language-leg.status ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/src/LiteralUnaryPlusTest.dart
===================================================================
--- tests/language/src/LiteralUnaryPlusTest.dart (revision 3763)
+++ tests/language/src/LiteralUnaryPlusTest.dart (working copy)
@@ -9,7 +9,5 @@
var a = + 1; /// 01: compile-time error
var x = +"foo"; /// 02: compile-time error
var x = + "foo"; /// 03: compile-time error
- var z = +12;
ahe 2012/04/20 09:25:56 This is tested by language/Unary2Test.
- var y = +.2;
ahe 2012/04/20 09:25:56 Ditto.
}
« no previous file with comments | « tests/language/language-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698