diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-18 08:08:31 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-18 08:08:31 (GMT) |
commit | de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7 (patch) | |
tree | ae5955fb33feb307842f2b85bd1e728b6aa835a1 /Lib/distutils/tests | |
parent | 482c220ace659da67a6175972e0f1a2e54549a9e (diff) | |
download | cpython-de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7.zip cpython-de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7.tar.gz cpython-de64e1a97e07d0c24250d178dc3ca9aaee9ba9f7.tar.bz2 |
removed badly merged section
Diffstat (limited to 'Lib/distutils/tests')
-rw-r--r-- | Lib/distutils/tests/test_build_ext.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Lib/distutils/tests/test_build_ext.py b/Lib/distutils/tests/test_build_ext.py index bd906e3..fcca2f0 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') |