| Index: pkg/front_end/testcases/compile.status
|
| diff --git a/pkg/front_end/testcases/compile.status b/pkg/front_end/testcases/compile.status
|
| index e857171374037321f98141ba1c6b566f95880f79..dd3ea0819ee0d18846d5ba16944315f6f860e052 100644
|
| --- a/pkg/front_end/testcases/compile.status
|
| +++ b/pkg/front_end/testcases/compile.status
|
| @@ -52,7 +52,6 @@ rasta/class_member: Fail
|
| rasta/constant_get_and_invoke: Fail
|
| rasta/deferred_lib: Fail
|
| rasta/deferred_load: Fail
|
| -rasta/duplicated_mixin: Fail
|
| rasta/for_loop: Fail
|
| rasta/generic_factory: Fail
|
| rasta/issue_000001: Fail
|
| @@ -107,5 +106,6 @@ regress/issue_29985: Crash # Issue 29985.
|
| regress/issue_29987: Crash # Issue 29987.
|
|
|
| ambiguous_exports: RuntimeError # Expected, this file exports two main methods.
|
| +rasta/duplicated_mixin: RuntimeError # Expected, this file has no main method.
|
| rasta/export: RuntimeError # Expected, this file has no main method.
|
| rasta/foo: RuntimeError # Expected, this file has no main method.
|
|
|