[pypy-commit] pypy py3k: kill extra ws

gutworth noreply at buildbot.pypy.org
Wed Mar 14 04:35:22 CET 2012


Author: Benjamin Peterson <benjamin at python.org>
Branch: py3k
Changeset: r53526:03d0d3da721c
Date: 2012-03-13 18:14 -0500
http://bitbucket.org/pypy/pypy/changeset/03d0d3da721c/

Log:	kill extra ws

diff --git a/pypy/interpreter/astcompiler/test/test_symtable.py b/pypy/interpreter/astcompiler/test/test_symtable.py
--- a/pypy/interpreter/astcompiler/test/test_symtable.py
+++ b/pypy/interpreter/astcompiler/test/test_symtable.py
@@ -305,7 +305,6 @@
         src = "nonlocal x"
         exc = py.test.raises(SyntaxError, self.func_scope, src).value
         assert exc.msg == "nonlocal declaration not allowed at module level"
-        
 
     def test_optimization(self):
         assert not self.mod_scope("").can_be_optimized


More information about the pypy-commit mailing list