Commit d501896d authored by Jason R. Coombs's avatar Jason R. Coombs

Correct test assertion

parent 552e44fd
......@@ -86,7 +86,7 @@ class TestMSVC9Compiler(unittest.TestCase):
return
self.assertEqual(
"setuptools.extension",
"setuptools.msvc9_support",
distutils.msvc9compiler.find_vcvarsall.__module__,
"find_vcvarsall was not patched"
)
......
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