summaryrefslogtreecommitdiffstats
path: root/test/Fortran
diff options
context:
space:
mode:
authoranatoly techtonik <techtonik@gmail.com>2014-05-28 07:23:35 (GMT)
committeranatoly techtonik <techtonik@gmail.com>2014-05-28 07:23:35 (GMT)
commit4655bd958070a5c37475f21ab51de62f557a816b (patch)
tree26fb1c343932b2b6f3dc4b9fbd8f7b0a5a096a8e /test/Fortran
parentbebd12923cbb9632875c8a6367efb23a74f9c1f8 (diff)
downloadSCons-4655bd958070a5c37475f21ab51de62f557a816b.zip
SCons-4655bd958070a5c37475f21ab51de62f557a816b.tar.gz
SCons-4655bd958070a5c37475f21ab51de62f557a816b.tar.bz2
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 79d5125..44c03fe 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