| Index: tests/language_2/language_2_vm.status
|
| diff --git a/tests/language_2/language_2_vm.status b/tests/language_2/language_2_vm.status
|
| index b2e5a931825c29bb3051b3e71b52c55addba1abf..c9f3c6f89f85c691ced8ac1341da44b0f32c9bd0 100644
|
| --- a/tests/language_2/language_2_vm.status
|
| +++ b/tests/language_2/language_2_vm.status
|
| @@ -105,7 +105,6 @@ class_literal_test/25: MissingCompileTimeError
|
| generic_constructor_mixin_test/01: MissingCompileTimeError
|
| generic_constructor_mixin2_test/01: MissingCompileTimeError
|
| generic_constructor_mixin3_test/01: MissingCompileTimeError
|
| -typevariable_substitution2_test/02: MissingCompileTimeError
|
|
|
| # The VM and does not implement the Dart 2.0 runtime checks yet unless
|
| # --checked is explicitly passed).
|
| @@ -113,6 +112,7 @@ typevariable_substitution2_test/02: MissingCompileTimeError
|
| bool_check_test: RuntimeError
|
| bool_condition_check_test: RuntimeError
|
| function_subtype_inline2_test: RuntimeError
|
| +typevariable_substitution2_test/02: RuntimeError
|
|
|
| # The VM doesn't enforce that potentially const expressions are actually
|
| # const expressions when the constructor is called with `const`.
|
|
|