| Index: tests/language/language.status
|
| diff --git a/tests/language/language.status b/tests/language/language.status
|
| index fff4c1ab120df1c3ccbd2832d1c3bd64542602ab..2d1fb5b58937646bf483c5b9c9df8ff221b5ce7f 100644
|
| --- a/tests/language/language.status
|
| +++ b/tests/language/language.status
|
| @@ -376,9 +376,6 @@ call_nonexistent_constructor_test: Fail
|
|
|
| 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.
|
|
|
| first_class_types_constants_test: Fail # Issue 6282
|
|
|
| @@ -414,7 +411,6 @@ final_syntax_test/03: Fail # http://dartbug.com/5519
|
| final_syntax_test/04: Fail # http://dartbug.com/5519
|
| getter_no_setter_test/01: Fail # http://dartbug.com/5519
|
| getter_no_setter2_test/01: Fail # http://dartbug.com/5519
|
| -illegal_invocation_test/03: Fail # http://dartbug.com/5519
|
| isnot_malformed_type_test/01: Fail # http://dartbug.com/5519
|
| method_override2_test/01: Fail # http://dartbug.com/5519
|
| named_parameters_aggregated_test/01: Fail # http://dartbug.com/5519
|
|
|