Skip to content

Commit 3ca407e

Browse files
committed
Restore a FIXME that was removed by one of my previous changes.
Requested by: kennytm
1 parent c51f878 commit 3ca407e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtest/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -981,6 +981,7 @@ fn use_color(opts: &TestOpts) -> bool {
981981
target_os = "redox",
982982
all(target_arch = "wasm32", not(target_os = "emscripten"))))]
983983
fn stdout_isatty() -> bool {
984+
// FIXME: Implement isatty on Redox
984985
false
985986
}
986987
#[cfg(unix)]

0 commit comments

Comments
 (0)