From d501896d27cf94f62b80fe266d9369e681a32de6 Mon Sep 17 00:00:00 2001 From: "Jason R. Coombs" Date: Fri, 26 Sep 2014 19:09:41 -0400 Subject: Correct test assertion --- setuptools/tests/test_msvc9compiler.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setuptools/tests/test_msvc9compiler.py') 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" ) -- cgit v1.2.1