summaryrefslogtreecommitdiff
path: root/SCons/Tool/wixTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/wixTests.py')
-rw-r--r--SCons/Tool/wixTests.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/SCons/Tool/wixTests.py b/SCons/Tool/wixTests.py
index 5b255d932..26b2295b8 100644
--- a/SCons/Tool/wixTests.py
+++ b/SCons/Tool/wixTests.py
@@ -41,7 +41,7 @@ test.write('light.exe', 'rem this is light')
os.environ['PATH'] += os.pathsep + test.workdir
class WixTestCase(unittest.TestCase):
- def test_vars(self):
+ def test_vars(self) -> None:
"""Test that WiX tool adds vars"""
env = Environment(tools=['wix'])
assert env['WIXCANDLE'] is not None