Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54630:0eb6503b3f3a
Date: 2012-04-22 20:39 +0200
http://bitbucket.org/pypy/pypy/changeset/0eb6503b3f3a/
Log: Fix test
diff --git a/pypy/translator/stm/test/test_localtracker.py
b/pypy/translator/stm/test/test_localtracker.py
--- a/pypy/translator/stm/test/test_localtracker.py
+++ b/pypy/translator/stm/test/test_localtracker.py
@@ -246,4 +246,5 @@
assert name not in hop.rtyper.annotator.translator._seen_locals, (
"duplicate name %r" % (name,))
hop.rtyper.annotator.translator._seen_locals[name] = v
+ hop.exception_cannot_occur()
return hop.inputconst(lltype.Void, None)
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit