From: Tarek Ziadé Date: Mon, 18 May 2009 08:08:31 +0000 (+0000) Subject: removed badly merged section X-Git-Tag: v2.6.3rc1~269 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7;p=python removed badly merged section --- diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index bd906e35e5..fcca2f0d96 100644 --- a/Lib/distutils/tests/test_build_ext.py +++ b/Lib/distutils/tests/test_build_ext.py @@ -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')