about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-06-21 08:59:17 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-06-21 08:59:17 -0700
commitc3d384b18f71c50c587c485d48b61977866901bf (patch)
treeea306358639f4271569d13a8149dac7f08a706a8
parent29330b5bdad47766fd36c1cc6352034724363ea1 (diff)
downloadrust-c3d384b18f71c50c587c485d48b61977866901bf.tar.gz
rust-c3d384b18f71c50c587c485d48b61977866901bf.zip
Comment only: annotate FIXME
-rw-r--r--src/compiletest/procsrv.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/compiletest/procsrv.rs b/src/compiletest/procsrv.rs
index 1d8096042b3..5d015ead4c5 100644
--- a/src/compiletest/procsrv.rs
+++ b/src/compiletest/procsrv.rs
@@ -32,7 +32,7 @@ fn target_env(_lib_path: str, _prog: str) -> [(str,str)] {
 }
 
 
-// FIXME: This code is duplicated in core::run::program_output
+// FIXME: This code is duplicated in core::run::program_output (#2659)
 fn run(lib_path: str,
        prog: str,
        args: [str],