| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 08476e6370443f63c6f0928dc80f703b79874c9b..b1ee3a5e8b53f7fa22397b9a88ca26cac3d65276 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -314,5 +314,5 @@ closure_cycles_test: Pass, Crash
|
| vm/regress_27201_test: SkipByDesign # Loads bad library, so will always crash.
|
| config_import_corelib_test: StaticWarning, OK
|
|
|
| -[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dartium || $runtime == drt) && ($compiler == none || $compiler == app_jit) ]
|
| +[ ($runtime == vm || $runtime == dart_precompiled || $runtime == dartium || $runtime == drt) && ($compiler == none || $compiler == app_jit || $compiler == precompiler) ]
|
| await_for_test: RuntimeError # issue 28974
|
|
|