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

Unified Diff: tests/language/language.status

Issue 9112005: Fix incorrect status file syntax. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tests/language/language.status
diff --git a/tests/language/language.status b/tests/language/language.status
index 4aaaca86799258c4000f5118a28a4f0caa56ddf6..0fdd3de2d0cbc15930d2af2cd1198912aca2cee8 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -65,7 +65,7 @@ TypeVariableBoundsTest/10: Fail
ConstructorDuplicateInitializersTest/01: Fail
ConstructorDuplicateInitializersTest/02: Fail
-[ $component == vm || $component == dartium && $checked ]
+[ ($component == vm || $component == dartium) && $checked ]
DefaultFactory2Test/01: Fail # Issue 943
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698