Index: test/dart_codegen/expect/core/string_sink.dart |
diff --git a/test/dart_codegen/expect/core/string_sink.dart b/test/dart_codegen/expect/core/string_sink.dart |
deleted file mode 100644 |
index 3c293f289c3f17d371ca08946ed97228ef52c3a9..0000000000000000000000000000000000000000 |
--- a/test/dart_codegen/expect/core/string_sink.dart |
+++ /dev/null |
@@ -1,6 +0,0 @@ |
-part of dart.core; |
- abstract class StringSink {void write(Object obj); |
- void writeAll(Iterable objects, [String separator = ""]); |
- void writeln([Object obj = ""]); |
- void writeCharCode(int charCode); |
-} |