diff options
author | Benjamin Peterson <benjamin@python.org> | 2015-02-02 14:22:19 -0500 |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2015-02-02 14:22:19 -0500 |
commit | bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6 (patch) | |
tree | 4418bba5e0cdf2eec688c8c61a4b9ba1772ae8e4 /Lib/test/test_sys.py | |
parent | 5e69419ee4235f42a32b26dc3342ca8ab76bfb95 (diff) | |
parent | f5f9c13551ca6c4594e69981e162198ae73f3a1d (diff) | |
download | cpython-git-bcf527e0d661ab5eadd59b9c4b27e5a7feee9eb6.tar.gz |
merge 3.4
Diffstat (limited to 'Lib/test/test_sys.py')
-rw-r--r-- | Lib/test/test_sys.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_sys.py b/Lib/test/test_sys.py index 5c2f347bad..ed6b47d2e4 100644 --- a/Lib/test/test_sys.py +++ b/Lib/test/test_sys.py @@ -539,7 +539,7 @@ class SysModuleTest(unittest.TestCase): test.support.get_attribute(sys, "getwindowsversion") self.assert_raise_on_new_sys_type(sys.getwindowsversion()) - @test.test_support.cpython_only + @test.support.cpython_only def test_clear_type_cache(self): sys._clear_type_cache() |