| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index 120f90fca5bfd98f0f817bfd757aff84f5ec72f4..11b921a0477e9c3f114674d5ae8f424deb18c4ac 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -33,6 +33,9 @@ cyclic_typedef_test/11: Fail # Issue 13675
|
| [ $compiler == none && $runtime == vm ]
|
| class_keyword_test/02: MissingCompileTimeError # Issue 13627
|
|
|
| +[ $compiler == none && $checked ]
|
| +type_variable_bounds4_test/01: Fail # Issue 14006
|
| +
|
| [ $compiler == none && $unchecked ]
|
| # Only checked mode reports an error on type assignment
|
| # problems in compile time constants.
|
|
|