]> granicus.if.org Git - python/commitdiff
removed badly merged section
authorTarek Ziadé <ziade.tarek@gmail.com>
Mon, 18 May 2009 08:08:31 +0000 (08:08 +0000)
committerTarek Ziadé <ziade.tarek@gmail.com>
Mon, 18 May 2009 08:08:31 +0000 (08:08 +0000)
Lib/distutils/tests/test_build_ext.py

index bd906e35e52069baaf8782007401661f5c46af6b..fcca2f0d960e58e669c14c2f737a22c5c2462c31 100644 (file)
@@ -231,8 +231,6 @@ class BuildExtTestCase(support.TempdirManager,
         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')