Restore a FIXME that was removed by one of my previous changes.
Requested by: kennytm
This commit is contained in:
parent
c51f8783f2
commit
3ca407e24b
1 changed files with 1 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue