about summary refs log tree commit diff
path: root/src/libtest/lib.rs
diff options
context:
space:
mode:
authorEd Schouten <ed@nuxi.nl>2018-01-03 15:40:37 +0100
committerEd Schouten <ed@nuxi.nl>2018-01-03 15:40:37 +0100
commit3ca407e24bcc2b668de1f56e453903701849f79f (patch)
tree5daae687a6174617fd30b00e1af85a4aee6d1b01 /src/libtest/lib.rs
parentc51f8783f27c00397ded2d17dd71cc603cbf5245 (diff)
downloadrust-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.rs1
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)]