summaryrefslogtreecommitdiffstats
path: root/test/MSVC
diff options
context:
space:
mode:
authorMats Wichmann <mats@linux.com>2018-04-23 18:38:07 (GMT)
committerMats Wichmann <mats@linux.com>2018-04-24 04:32:05 (GMT)
commit649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4 (patch)
tree046da98c4f783c9d13fe062d3967fec2e86a0ace /test/MSVC
parent68a6ce2891e5bb9c07094c7f4452a0e0950546d3 (diff)
downloadSCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.zip
SCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.tar.gz
SCons-649ea1bfa22f40b4ea4c5da7b8210b1efe2062b4.tar.bz2
Change bug references from tigris -> github
Signed-off-by: Mats Wichmann <mats@linux.com>
Diffstat (limited to 'test/MSVC')
-rw-r--r--test/MSVC/PCH-source.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/MSVC/PCH-source.py b/test/MSVC/PCH-source.py
index 6015fec..ccab66d 100644
--- a/test/MSVC/PCH-source.py
+++ b/test/MSVC/PCH-source.py
@@ -28,7 +28,7 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__"
Test use of pre-compiled headers when the source .cpp file shows
up in both the env.PCH() and the env.Program() source list.
-Issue 2505: http://scons.tigris.org/issues/show_bug.cgi?id=2505
+Issue 2505: http://github.com/SCons/scons/issues/2505
"""
import TestSCons