Skip to content

Commit 40cb69d

Browse files
authored
fix libtest
1 parent bd1dc7c commit 40cb69d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/libtest/lib.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -965,12 +965,11 @@ fn use_color(opts: &TestOpts) -> bool {
965965

966966
#[cfg(any(
967967
target_os = "cloudabi",
968-
target_os = "redox",
969968
all(target_arch = "wasm32", not(target_os = "emscripten")),
970969
all(target_vendor = "fortanix", target_env = "sgx")
971970
))]
972971
fn stdout_isatty() -> bool {
973-
// FIXME: Implement isatty on Redox and SGX
972+
// FIXME: Implement isatty on SGX
974973
false
975974
}
976975
#[cfg(unix)]

0 commit comments

Comments
 (0)