Working on full opcode coverage and support for exception control flow.
This commit is contained in:
parent
5ef00671e7
commit
6f532f164a
4 changed files with 61 additions and 23 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue