summaryrefslogtreecommitdiff
path: root/SCons/Tool/linkCommon/linkCommmonTests.py
diff options
context:
space:
mode:
Diffstat (limited to 'SCons/Tool/linkCommon/linkCommmonTests.py')
-rw-r--r--SCons/Tool/linkCommon/linkCommmonTests.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/SCons/Tool/linkCommon/linkCommmonTests.py b/SCons/Tool/linkCommon/linkCommmonTests.py
index e55660d77..5326da214 100644
--- a/SCons/Tool/linkCommon/linkCommmonTests.py
+++ b/SCons/Tool/linkCommon/linkCommmonTests.py
@@ -31,10 +31,10 @@ from SCons.Environment import Environment
class SharedLibraryTestCase(unittest.TestCase):
- def setUp(self):
+ def setUp(self) -> None:
pass
- def test_shlib_symlink_emitter(self):
+ def test_shlib_symlink_emitter(self) -> None:
"""Test shlib_symlink_emitter() """
env = Environment(tools=['gnulink'])