From c1c6774744766fbe82587ebade91e13e2bfc9f9b Mon Sep 17 00:00:00 2001 From: Ajax Date: Fri, 16 Dec 2016 21:58:00 +0100 Subject: Update documentation for llvmlite --- test/test_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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: -- cgit 1.4.1