Commit c0de9f66 authored by Kevin Modzelewski's avatar Kevin Modzelewski

Add simple range(long) test

parent e228e38b
......@@ -100,3 +100,5 @@ print repr(b'1234')
print callable(1)
print callable(int)
print callable(lambda: 1)
print range(5L, 7L)
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