From 48ccb3fbfdb2f73e19d787a4e691536ac4da4aff Mon Sep 17 00:00:00 2001 From: Tim Chevalier Date: Thu, 15 Mar 2012 14:09:01 -0700 Subject: [PATCH] Associate FIXME with an issue in compiletest.rs --- src/compiletest/compiletest.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/compiletest/compiletest.rs b/src/compiletest/compiletest.rs index 09ab34a9ade1..e313344892ee 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;