Commit 84bee77c authored by Kevin Modzelewski's avatar Kevin Modzelewski

these tests are passing now

I think they were timing out before
parent 19ed7064
# expected: reffail
import relative_import4_pkg import relative_import4_pkg
# expected: reffail
a=1 a=1
try: try:
a.b a.b
......
# expected: reffail
import sre_compile import sre_compile
import sre_constants import sre_constants
......
# expected: reffail
def test(string, encoding): def test(string, encoding):
s = string.encode(encoding) s = string.encode(encoding)
print encoding, s print encoding, s
......
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