summaryrefslogtreecommitdiff
path: root/test/Fortran
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-05-28 10:23:35 +0300
committeranatoly techtonik <techtonik@gmail.com>2014-05-28 10:23:35 +0300
commit2f539ba574c7e9c184da0c4cad011be34d2fd8f6 (patch)
tree26fb1c343932b2b6f3dc4b9fbd8f7b0a5a096a8e /test/Fortran
parente1af85e2f8ce49c0450e520beaffd2253b3fd0fb (diff)
downloadscons-2f539ba574c7e9c184da0c4cad011be34d2fd8f6.tar.gz
Expand references to tigris.org bug tracker
Diffstat (limited to 'test/Fortran')
-rw-r--r--test/Fortran/USE-MODULE-CASEINSENS.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/Fortran/USE-MODULE-CASEINSENS.py b/test/Fortran/USE-MODULE-CASEINSENS.py
index 79d51251..44c03feb 100644
--- a/test/Fortran/USE-MODULE-CASEINSENS.py
+++ b/test/Fortran/USE-MODULE-CASEINSENS.py
@@ -26,7 +26,8 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
# This test tests whether a file that defines a module "a" and
# then uses it with a different case ("A") works. Pre-2.0, this
-# gave a spurious dependency cycle error. See Tigris issue #2574.
+# gave a spurious dependency cycle error.
+# See http://scons.tigris.org/issues/show_bug.cgi?id=2574
import TestSCons