Working on full opcode coverage and support for exception control flow.

This commit is contained in:
Jon Riehl 2013-05-09 16:03:31 -05:00
commit 6f532f164a
4 changed files with 61 additions and 23 deletions

View file

@ -591,7 +591,7 @@ def llpython_into (llvm_function, **kws):
# Main (self-test) routine
def main (*args):
from tests import llfuncs, llfunctys
from .tests import llfuncs, llfunctys
if not args:
args = ('doslice',)
elif 'all' in args: