Commit c38f6248 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Update some tests

I think `make check_dbg` is clean again.
parent 470ebe02
# expected: reffail
x3 = 0
def bad_addr3(_x):
if 0:
......
# expected: reffail
try:
eval("\n 2")
print "bad, should have thrown an exception"
......
# expected: reffail
try:
execfile("doesnt_exist.py")
except IOError, e:
......
# expected: reffail
# Similar to finally_continue.py, but this is allowable
for i in xrange(10):
......
# expected: reffail
class C(object):
i = 0
def next(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment