diff options
Diffstat (limited to 'tests/test_unixccompiler.py')
-rw-r--r-- | tests/test_unixccompiler.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/test_unixccompiler.py b/tests/test_unixccompiler.py index efba27e1..eef702cf 100644 --- a/tests/test_unixccompiler.py +++ b/tests/test_unixccompiler.py @@ -51,14 +51,6 @@ class UnixCCompilerTestCase(unittest.TestCase): sysconfig.get_config_var = old_gcv - # irix646 - sys.platform = 'irix646' - self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) - - # osf1V5 - sys.platform = 'osf1V5' - self.assertEqual(self.cc.rpath_foo(), ['-rpath', '/foo']) - # GCC GNULD sys.platform = 'bar' def gcv(v): |