| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 992eeb2d67d77f067be398edeff4d6caaa9db7e1..4ca122e38d3067efff0924b272dad1ff842c2ef7 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -22,5 +22,5 @@ dart2js_test: SkipByDesign # Uses dart:io.
|
| [ $compiler == dart2js && $mode == debug ]
|
| dummy_compiler_test: Slow, Pass
|
|
|
| -[ ($noopt || $compiler == precompiler || $compiler == dart2app) ]
|
| +[ $noopt || $compiler == precompiler || $compiler == dart2app ]
|
| source_mirrors_test: SkipByDesign # Imports dart:mirrors
|
|
|