[svn r57757] adapt output checking test for slightly different output

--HG--
branch : trunk
This commit is contained in:
hpk 2008-09-02 14:45:50 +02:00
parent 4c38ff30ee
commit 14cfc8d342
1 changed files with 1 additions and 1 deletions

View File

@ -215,7 +215,7 @@ def test_excinfo_no_sourcecode():
except ValueError:
excinfo = py.code.ExceptionInfo()
s = str(excinfo.traceback[-1])
assert s == " File '<string>':1 in <module>\n ???\n"
assert s == " File '<string>':1 in ?\n ???\n"
def test_entrysource_Queue_example():
import Queue