diff options
| author | Ed Schouten <ed@nuxi.nl> | 2018-01-03 15:40:37 +0100 |
|---|---|---|
| committer | Ed Schouten <ed@nuxi.nl> | 2018-01-03 15:40:37 +0100 |
| commit | 3ca407e24bcc2b668de1f56e453903701849f79f (patch) | |
| tree | 5daae687a6174617fd30b00e1af85a4aee6d1b01 /src/libtest/lib.rs | |
| parent | c51f8783f27c00397ded2d17dd71cc603cbf5245 (diff) | |
| download | rust-3ca407e24bcc2b668de1f56e453903701849f79f.tar.gz rust-3ca407e24bcc2b668de1f56e453903701849f79f.zip | |
Restore a FIXME that was removed by one of my previous changes.
Requested by: kennytm
Diffstat (limited to 'src/libtest/lib.rs')
| -rw-r--r-- | src/libtest/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs index 2daadfc0265..76557982a02 100644 --- a/src/libtest/lib.rs +++ b/src/libtest/lib.rs @@ -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)] |
