diff options
| author | Larry Hastings <larry@hastings.org> | 2015-09-09 06:54:57 -0700 |
|---|---|---|
| committer | Larry Hastings <larry@hastings.org> | 2015-09-09 06:54:57 -0700 |
| commit | 465364f3af646e6285e2c6fd461fd44113164ff7 (patch) | |
| tree | 1244295f13559adedbd6675a25919ed068bd7f36 /tests/test_msvccompiler.py | |
| parent | fd5d6fbed8f41d9ad678d2b2ace8c1d6564f00a3 (diff) | |
| download | python-setuptools-git-465364f3af646e6285e2c6fd461fd44113164ff7.tar.gz | |
Whitespace fixes to make the commit hook on hg.python.org happy.
Diffstat (limited to 'tests/test_msvccompiler.py')
| -rw-r--r-- | tests/test_msvccompiler.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test_msvccompiler.py b/tests/test_msvccompiler.py index 874d6035..c4d911ff 100644 --- a/tests/test_msvccompiler.py +++ b/tests/test_msvccompiler.py @@ -77,7 +77,7 @@ class msvccompilerTestCase(support.TempdirManager, compiler.initialize() dll = compiler._vcruntime_redist self.assertTrue(os.path.isfile(dll)) - + compiler._copy_vcruntime(tempdir) self.assertFalse(os.path.isfile(os.path.join( |
