Restore a FIXME that was removed by one of my previous changes.
Requested by: kennytm
This commit is contained in:
parent
c51f8783f2
commit
3ca407e24b
@ -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)]
|
||||
|
Loading…
Reference in New Issue
Block a user