| Index: pkg/front_end/test/fasta/rasta/issue_000080.dart.direct.expect | 
| diff --git a/pkg/front_end/test/fasta/rasta/issue_000080.dart.direct.expect b/pkg/front_end/test/fasta/rasta/issue_000080.dart.direct.expect | 
| deleted file mode 100644 | 
| index 48863d761d6c12747854c7cb77f0bceb9715091e..0000000000000000000000000000000000000000 | 
| --- a/pkg/front_end/test/fasta/rasta/issue_000080.dart.direct.expect | 
| +++ /dev/null | 
| @@ -1,34 +0,0 @@ | 
| -library; | 
| -import self as self; | 
| -import "dart:core" as core; | 
| - | 
| -class Mixin extends core::Object { | 
| -  field dynamic field = null; | 
| -  constructor •() → void | 
| -    : super core::Object::•() | 
| -    ; | 
| -  method foo() → dynamic | 
| -    return 87; | 
| -} | 
| -class Foo extends self::Object&Mixin { | 
| -  constructor •() → void | 
| -    : super self::Object&Mixin::•() | 
| -    ; | 
| -  method foo() → dynamic | 
| -    return this.{=self::Object&Mixin::foo}(); | 
| -  method bar() → dynamic | 
| -    return this.{=self::Object&Mixin::field}; | 
| -} | 
| -abstract class Object&Mixin extends core::Object implements self::Mixin { | 
| -  field dynamic field = null; | 
| -  constructor •() → void | 
| -    : super core::Object::•() | 
| -    ; | 
| -  method foo() → dynamic | 
| -    return 87; | 
| -} | 
| -static method main() → dynamic { | 
| -  dynamic f = new self::Foo::•(); | 
| -  f.field = 42; | 
| -  core::print(f.bar()); | 
| -} | 
|  |