diff --git a/src/test/bench/shootout-mandelbrot.rs b/src/test/bench/shootout-mandelbrot.rs index 7385313d53a9..6cf51513c77f 100644 --- a/src/test/bench/shootout-mandelbrot.rs +++ b/src/test/bench/shootout-mandelbrot.rs @@ -88,6 +88,7 @@ impl of io::writer for devnull { fn seek(_i: int, _s: io::seek_style) {} fn tell() -> uint {0_u} fn flush() -> int {0} + fn get_type() -> io::writer_type { io::file } } fn writer(path: ~str, writech: comm::chan>, size: uint)