summaryrefslogtreecommitdiffstats
path: root/test/Removed/Copy-Method/SConstruct.method
Commit message (Collapse)AuthorAgeFilesLines
* [PR #3506] fix remnamt docstring and speed upMats Wichmann2019-12-201-1/+2
| | | | | | | | | | left a pasted traceback in the SourceCode.py test, got rid of. applied "standard" speedup of dropping tools in DefaultEnvironmment and Environment, speeds up windows a lot (individual Removed tests running in 1 sec instead of 15) Signed-off-by: Mats Wichmann <mats@linux.com>
* Remove deprecated env.Copy()Mats Wichmann2019-12-141-0/+2
Method removed. Test moved to test/Removed/Copy-Method/Old, and new test added to ensure it takes an AttributeError. Deprecation warning no longer useful for this one, so removed. Signed-off-by: Mats Wichmann <mats@linux.com>