Skip to content

Commit

Permalink
fix libtest
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 21, 2019
1 parent bd1dc7c commit 40cb69d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/libtest/lib.rs
Expand Up @@ -965,12 +965,11 @@ fn use_color(opts: &TestOpts) -> bool {

#[cfg(any(
target_os = "cloudabi",
target_os = "redox",
all(target_arch = "wasm32", not(target_os = "emscripten")),
all(target_vendor = "fortanix", target_env = "sgx")
))]
fn stdout_isatty() -> bool {
// FIXME: Implement isatty on Redox and SGX
// FIXME: Implement isatty on SGX
false
}
#[cfg(unix)]
Expand Down

0 comments on commit 40cb69d

Please sign in to comment.