diff options
| author | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-03-15 14:09:01 -0700 |
|---|---|---|
| committer | Tim Chevalier <chevalier@alum.wellesley.edu> | 2012-03-15 17:50:22 -0700 |
| commit | 48ccb3fbfdb2f73e19d787a4e691536ac4da4aff (patch) | |
| tree | aa5d8d446b5e1ebe3749a874c6b48118823f70d4 /src | |
| parent | b3dada0017ef0ad5dd43f29b7613efaef0361ca7 (diff) | |
| download | rust-48ccb3fbfdb2f73e19d787a4e691536ac4da4aff.tar.gz rust-48ccb3fbfdb2f73e19d787a4e691536ac4da4aff.zip | |
Associate FIXME with an issue in compiletest.rs
Diffstat (limited to 'src')
| -rw-r--r-- | src/compiletest/compiletest.rs | 4 |
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; |
