blob: a916c7d5e2d045dfd06cbdfb01f11e8ae362c556 [file] [log] [blame]
tests = "foo"
for t in tests:
try:
for t in []:
print t
except Exception:
continue