summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2014-09-26 19:09:41 -0400
committerJason R. Coombs <jaraco@jaraco.com>2014-09-26 19:09:41 -0400
commit959cad1c6d010b274a95bcf494378093f0906238 (patch)
tree322ae106664109e428d62a56913fa88c958f2a3f
parent0b7a95b12fc0096fd2a1814a30b8367dc5029359 (diff)
downloadpython-setuptools-bitbucket-959cad1c6d010b274a95bcf494378093f0906238.tar.gz
Correct test assertion
-rw-r--r--setuptools/tests/test_msvc9compiler.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_msvc9compiler.py b/setuptools/tests/test_msvc9compiler.py
index 80aac2f6..02ced8cf 100644
--- a/setuptools/tests/test_msvc9compiler.py
+++ b/setuptools/tests/test_msvc9compiler.py
@@ -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"
)