Dartium and the VM don't report the same error.

Just fail instead of specifying compile/runtime error.

Review URL: https://codereview.chromium.org/1518753004 .
diff --git a/tests/language/language.status b/tests/language/language.status
index 01061cc..0d4a45c 100644
--- a/tests/language/language.status
+++ b/tests/language/language.status
@@ -32,7 +32,7 @@
 async_star_await_pauses_test: Skip # Times out. Issue 23996
 
 # Unsupported configuration specific imports.
-config_import_test: CompileTimeError
+config_import_test: Fail # Issue 24581
 
 [ $compiler == none && $runtime == vm ]
 class_keyword_test/02: MissingCompileTimeError # Issue 13627