summaryrefslogtreecommitdiffstats
path: root/test/LINK/VersionedLib.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/LINK/VersionedLib.py')
-rw-r--r--test/LINK/VersionedLib.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/LINK/VersionedLib.py b/test/LINK/VersionedLib.py
index c05c159..468e3e5 100644
--- a/test/LINK/VersionedLib.py
+++ b/test/LINK/VersionedLib.py
@@ -33,12 +33,6 @@ import TestSCons
import SCons.Platform
import SCons.Defaults
-import sys
-if sys.platform == 'darwin':
- # Skipping until logic is fixed for macosx
- test = TestSCons.TestSCons()
- test.skip_test("Not working on darwin yet\n")
-
env = SCons.Defaults.DefaultEnvironment()
platform = SCons.Platform.platform_default()
tool_list = SCons.Platform.DefaultToolList(platform, env)