about summary refs log tree commit diff
path: root/src/libtest
diff options
context:
space:
mode:
authorAlexander von Gluck IV <kallisti5@unixzen.com>2016-09-25 11:16:38 -0500
committerAlexander von Gluck IV <kallisti5@unixzen.com>2016-09-25 11:16:38 -0500
commit729ae39090cc3e95efc65142c37b9519320dcd66 (patch)
tree8213366ca6c11609911727220149fa8079382349 /src/libtest
parent01fecb9f8fd5701e5a42fc83fe6be878ac02958f (diff)
downloadrust-729ae39090cc3e95efc65142c37b9519320dcd66.tar.gz
rust-729ae39090cc3e95efc65142c37b9519320dcd66.zip
Haiku: Style, TODO to FIXME
Diffstat (limited to 'src/libtest')
-rw-r--r--src/libtest/lib.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtest/lib.rs b/src/libtest/lib.rs
index cf7af97dc7a..13d57f784e7 100644
--- a/src/libtest/lib.rs
+++ b/src/libtest/lib.rs
@@ -1083,7 +1083,7 @@ fn get_concurrency() -> usize {
 
     #[cfg(target_os = "haiku")]
     fn num_cpus() -> usize {
-        // TODO: implement
+        // FIXME: implement
         1
     }
 }