aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_msvc9compiler.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2016-07-02 12:06:19 -0400
committerJason R. Coombs <jaraco@jaraco.com>2016-07-02 12:06:19 -0400
commit54325a753f688285c71a6db0a062116e6dc6976c (patch)
treed20cb21370ab85e67f4489e023aa8b1182042fe5 /setuptools/tests/test_msvc9compiler.py
parente24dda7accb17d74b17dc8a6e708863dd5f9e03c (diff)
downloadexternal_python_setuptools-54325a753f688285c71a6db0a062116e6dc6976c.tar.gz
external_python_setuptools-54325a753f688285c71a6db0a062116e6dc6976c.tar.bz2
external_python_setuptools-54325a753f688285c71a6db0a062116e6dc6976c.zip
Rename msvc9_support to simply msvc.
Diffstat (limited to 'setuptools/tests/test_msvc9compiler.py')
-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 09e0460c..86475834 100644
--- a/setuptools/tests/test_msvc9compiler.py
+++ b/setuptools/tests/test_msvc9compiler.py
@@ -69,7 +69,7 @@ class TestModulePatch:
def test_patched(self):
"Test the module is actually patched"
mod_name = distutils.msvc9compiler.find_vcvarsall.__module__
- assert mod_name == "setuptools.msvc9_support", "find_vcvarsall unpatched"
+ assert mod_name == "setuptools.msvc", "find_vcvarsall unpatched"
def test_no_registry_entryies_means_nothing_found(self):
"""