Commit 081b45d2 authored by Tarek Ziadé's avatar Tarek Ziadé

removed badly merged section

parent 86915f4a
......@@ -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')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment