From de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tarek=20Ziad=C3=A9?= Date: Mon, 18 May 2009 08:08:31 +0000 Subject: [PATCH] removed badly merged section --- Lib/distutils/tests/test_build_ext.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index bd906e35e52..fcca2f0d960 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')