From 3ca407e24bcc2b668de1f56e453903701849f79f Mon Sep 17 00:00:00 2001 From: Ed Schouten Date: Wed, 3 Jan 2018 15:40:37 +0100 Subject: Restore a FIXME that was removed by one of my previous changes. Requested by: kennytm --- src/libtest/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libtest/lib.rs') diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 2daadfc0265..76557982a02 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)] -- cgit 1.4.1-3-g733a5