| Index: tests/language/language.status
|
| ===================================================================
|
| --- tests/language/language.status (revision 14713)
|
| +++ tests/language/language.status (working copy)
|
| @@ -92,6 +92,8 @@
|
| metadata_test: Fail
|
| bad_override_test/01: Fail
|
| bad_override_test/02: Fail
|
| +const_locals_test: Fail
|
| +const_nested_test: Fail
|
| get_set_syntax_test/none: Fail # does not accept getter/setter with no method body
|
| application_negative_test: Fail # Runtime only test, rewrite as multitest
|
| assign_instance_method_negative_test: Fail # Runtime only test, rewrite as multitest
|
| @@ -393,7 +395,6 @@
|
|
|
| bad_override_test/01: Fail
|
| bad_override_test/02: Fail
|
| -
|
| illegal_invocation_test/01: Fail, OK # Typedef literals are expressions now.
|
| illegal_invocation_test/04: Fail, OK # Class literals are expressions now.
|
| illegal_invocation_test/05: Fail, OK # Type variables are expressions now.
|
|
|