| Index: test/dart_codegen/expect/core/expando.dart
|
| diff --git a/test/dart_codegen/expect/core/expando.dart b/test/dart_codegen/expect/core/expando.dart
|
| deleted file mode 100644
|
| index 3f56aca46613dab8478effe342ee9c407e528b8a..0000000000000000000000000000000000000000
|
| --- a/test/dart_codegen/expect/core/expando.dart
|
| +++ /dev/null
|
| @@ -1,7 +0,0 @@
|
| -part of dart.core;
|
| - class Expando<T> {final String name;
|
| - external Expando([String name]);
|
| - String toString() => "Expando:$name";
|
| - external T operator [](Object object);
|
| - external void operator []=(Object object, T value);
|
| -}
|
|
|