diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 12:06:19 -0400 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2016-07-02 12:06:19 -0400 |
| commit | 54325a753f688285c71a6db0a062116e6dc6976c (patch) | |
| tree | d20cb21370ab85e67f4489e023aa8b1182042fe5 /setuptools/tests/test_msvc9compiler.py | |
| parent | e24dda7accb17d74b17dc8a6e708863dd5f9e03c (diff) | |
| download | python-setuptools-git-54325a753f688285c71a6db0a062116e6dc6976c.tar.gz | |
Rename msvc9_support to simply msvc.
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 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): """ |
