| Index: utils/tests/css/css.status
|
| diff --git a/utils/tests/css/css.status b/utils/tests/css/css.status
|
| index 9f4b45b50ee120cbc3edf653494ac2fdc9228845..ac7a7c3987d3d0840178d3bee2c394630ee2f146 100644
|
| --- a/utils/tests/css/css.status
|
| +++ b/utils/tests/css/css.status
|
| @@ -2,7 +2,7 @@
|
| # for details. All rights reserved. Use of this source code is governed by a
|
| # BSD-style license that can be found in the LICENSE file.
|
|
|
| -[$compiler == dart2js || ($compiler == frog && ($runtime == ie || $runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari)) ]
|
| +[ ($compiler == dart2js || $compiler == frog) && ($runtime == ie || $runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
|
| # #-directives not supported by test architecture
|
| DeclarationTest: Fail
|
| ExpressionTest: Fail
|
|
|