Index: test/dart_codegen/expect/core/comparable.dart |
diff --git a/test/dart_codegen/expect/core/comparable.dart b/test/dart_codegen/expect/core/comparable.dart |
deleted file mode 100644 |
index 3e9980e89e7f2abb30eb03e63bc458817f639b29..0000000000000000000000000000000000000000 |
--- a/test/dart_codegen/expect/core/comparable.dart |
+++ /dev/null |
@@ -1,5 +0,0 @@ |
-part of dart.core; |
- typedef int Comparator<T>(T a, T b); |
- abstract class Comparable<T> {int compareTo(T other); |
- static int compare(Comparable a, Comparable b) => a.compareTo(b); |
-} |