Commit f2c80c0e authored by Daniel Agar's avatar Daniel Agar

fix object_new_arguments.py and class_noctor.py skip-if

-these should now be skipped for python < 2.7.4, not >= 2.7.4
-check-pyston now passes on ubuntu 12.04 (including travis-ci.org) and 14.04
parent 4d599a78
# skip-if: sys.version_info.micro >= 4
# skip-if: sys.version_info.micro < 4
# - Error message changed in 2.7.4
# Regression test:
......
# skip-if: sys.version_info.micro >= 4
# skip-if: sys.version_info.micro < 4
# - Error message changed in 2.7.4
# object.__new__ doesn't complain if __init__ is overridden:
......
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