Restore a FIXME that was removed by one of my previous changes.

Requested by: kennytm
This commit is contained in:
Ed Schouten 2018-01-03 15:40:37 +01:00
parent c51f8783f2
commit 3ca407e24b

View File

@ -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)]