about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorTim Chevalier <chevalier@alum.wellesley.edu>2012-03-15 14:09:01 -0700
committerTim Chevalier <chevalier@alum.wellesley.edu>2012-03-15 17:50:22 -0700
commit48ccb3fbfdb2f73e19d787a4e691536ac4da4aff (patch)
treeaa5d8d446b5e1ebe3749a874c6b48118823f70d4 /src
parentb3dada0017ef0ad5dd43f29b7613efaef0361ca7 (diff)
downloadrust-48ccb3fbfdb2f73e19d787a4e691536ac4da4aff.tar.gz
rust-48ccb3fbfdb2f73e19d787a4e691536ac4da4aff.zip
Associate FIXME with an issue in compiletest.rs
Diffstat (limited to 'src')
-rw-r--r--src/compiletest/compiletest.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs
index 09ab34a9ade..e313344892e 100644
--- a/src/compiletest/compiletest.rs
+++ b/src/compiletest/compiletest.rs
@@ -1,5 +1,5 @@
-// FIXME: The way this module sets up tests is a relic and more convoluted
-// than it needs to be
+// FIXME (Issue #1984): The way this module sets up tests is a relic and more
+// convoluted than it needs to be
 
 import option;
 import std::getopts;