forgot to add the win32 test in the unittest skip call

This commit is contained in:
Tarek Ziadé 2009-12-21 23:16:09 +00:00
parent c60ea329a4
commit 95ccac776d
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ _CLEANED_MANIFEST = """\
</dependency>
</assembly>"""
@unittest.skip("These tests are only for win32")
@unittest.skipUnless(sys.platform=="win32", "These tests are only for win32")
class msvc9compilerTestCase(support.TempdirManager,
unittest.TestCase):