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

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):