diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 19:09:41 -0400 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2014-09-26 19:09:41 -0400 |
commit | d501896d27cf94f62b80fe266d9369e681a32de6 (patch) | |
tree | 33eb225574c568b835f520a90f45691644cf020a /setuptools/tests/test_msvc9compiler.py | |
parent | 552e44fdce5a897f8e41efe07cf480759a59bb94 (diff) | |
download | external_python_setuptools-d501896d27cf94f62b80fe266d9369e681a32de6.tar.gz external_python_setuptools-d501896d27cf94f62b80fe266d9369e681a32de6.tar.bz2 external_python_setuptools-d501896d27cf94f62b80fe266d9369e681a32de6.zip |
Correct test assertion
Diffstat (limited to 'setuptools/tests/test_msvc9compiler.py')
-rw-r--r-- | setuptools/tests/test_msvc9compiler.py | 2 |
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" ) |