diff options
Diffstat (limited to 'test/Object.py')
-rw-r--r-- | test/Object.py | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/test/Object.py b/test/Object.py index 406c2c1..c07da46 100644 --- a/test/Object.py +++ b/test/Object.py @@ -24,13 +24,9 @@ __revision__ = "__FILE__ __REVISION__ __DATE__ __DEVELOPER__" -import sys import TestSCons -if sys.platform == 'win32': - _obj = '.obj' -else: - _obj = '.o' +_obj = TestSCons._obj test = TestSCons.TestSCons() |