diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 2daadfc0265e..76557982a027 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -981,6 +981,7 @@ fn use_color(opts: &TestOpts) -> bool { target_os = "redox", all(target_arch = "wasm32", not(target_os = "emscripten"))))] fn stdout_isatty() -> bool { + // FIXME: Implement isatty on Redox false } #[cfg(unix)]