| Index: tests/utils/utils.status
|
| diff --git a/tests/utils/utils.status b/tests/utils/utils.status
|
| index 2124e8b1514e1bc9b750b516870d70fc6b15d3fb..9ed983e4154e9665b19af6942a78a0e495d2702b 100644
|
| --- a/tests/utils/utils.status
|
| +++ b/tests/utils/utils.status
|
| @@ -15,9 +15,8 @@ source_mirrors_test: Slow, Pass
|
| [ ($compiler == none || $compiler == precompiler) && $runtime != vm ]
|
| dart2js_test: SkipByDesign # Uses dart:io.
|
|
|
| -
|
| [ $compiler == dart2js && $mode == debug ]
|
| dummy_compiler_test: Slow, Pass
|
|
|
| -[ $noopt || $compiler == precompiler || $compiler == dart2app ]
|
| +[ $noopt || $compiler == precompiler || $mode == product ]
|
| source_mirrors_test: SkipByDesign # Imports dart:mirrors
|
|
|