[Python-checkins] r72761 - python/branches/release26-maint/Lib/distutils/tests/test_build_ext.py

tarek.ziade python-checkins at python.org
Mon May 18 10:08:31 CEST 2009


Author: tarek.ziade
Date: Mon May 18 10:08:31 2009
New Revision: 72761

Log:
removed badly merged section

Modified:
   python/branches/release26-maint/Lib/distutils/tests/test_build_ext.py

Modified: python/branches/release26-maint/Lib/distutils/tests/test_build_ext.py
==============================================================================
--- python/branches/release26-maint/Lib/distutils/tests/test_build_ext.py	(original)
+++ python/branches/release26-maint/Lib/distutils/tests/test_build_ext.py	Mon May 18 10:08:31 2009
@@ -231,8 +231,6 @@
         self.assertEquals(cmd.compiler, 'unix')
 
     def test_get_outputs(self):
-        if UNDER_MSVC8:
-            return # not running this test for MSVC < 8
         tmp_dir = self.mkdtemp()
         c_file = os.path.join(tmp_dir, 'foo.c')
         self.write_file(c_file, 'void initfoo(void) {};\n')


More information about the Python-checkins mailing list