Kaydet (Commit) de64e1a9 authored tarafından Tarek Ziadé's avatar Tarek Ziadé

removed badly merged section

üst 482c220a
...@@ -231,8 +231,6 @@ class BuildExtTestCase(support.TempdirManager, ...@@ -231,8 +231,6 @@ class BuildExtTestCase(support.TempdirManager,
self.assertEquals(cmd.compiler, 'unix') self.assertEquals(cmd.compiler, 'unix')
def test_get_outputs(self): def test_get_outputs(self):
if UNDER_MSVC8:
return # not running this test for MSVC < 8
tmp_dir = self.mkdtemp() tmp_dir = self.mkdtemp()
c_file = os.path.join(tmp_dir, 'foo.c') c_file = os.path.join(tmp_dir, 'foo.c')
self.write_file(c_file, 'void initfoo(void) {};\n') 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