Index: test/dart_codegen/expect/core/object.dart |
diff --git a/test/dart_codegen/expect/core/object.dart b/test/dart_codegen/expect/core/object.dart |
deleted file mode 100644 |
index 170ddf13a230324d6bba6c49076844426b072693..0000000000000000000000000000000000000000 |
--- a/test/dart_codegen/expect/core/object.dart |
+++ /dev/null |
@@ -1,8 +0,0 @@ |
-part of dart.core; |
- class Object {const Object(); |
- bool operator ==(other) => identical(this, other); |
- external int get hashCode; |
- external String toString(); |
- external dynamic noSuchMethod(Invocation invocation); |
- external Type get runtimeType; |
-} |