Commit 8ea52f66 authored by Tarek Ziadé's avatar Tarek Ziadé

forgot to add the win32 test in the unittest skip call

parent 64110315
......@@ -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):
......
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