diff options
Diffstat (limited to 'test/test_all.py')
| -rw-r--r-- | test/test_all.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_all.py b/test/test_all.py index 78e97be1..7cc8f6eb 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -697,7 +697,7 @@ By default, no tag is omitted." % ", ".join(TAGS.keys()), default="") if llvm is False: print "%(red)s[LLVM]%(end)s Python" % cosmetics.colors + \ - "'py-llvm 3.2' module is required for llvm tests" + "'llvmlite' module is required for llvm tests" # Remove llvm tests if TAGS["llvm"] not in exclude_tags: |