about summary refs log tree commit diff stats
path: root/test/test_all.py
diff options
context:
space:
mode:
authorAjax <commial@gmail.com>2016-12-16 21:58:00 +0100
committerAjax <commial@gmail.com>2017-01-04 17:14:55 +0100
commitc1c6774744766fbe82587ebade91e13e2bfc9f9b (patch)
tree85ed2ea26f3f8a1d0d95f7d7541c9f880b54026f /test/test_all.py
parenta993473c6e2b4225c629eeb88eae98f7ee655333 (diff)
downloadmiasm-c1c6774744766fbe82587ebade91e13e2bfc9f9b.tar.gz
miasm-c1c6774744766fbe82587ebade91e13e2bfc9f9b.zip
Update documentation for llvmlite
Diffstat (limited to 'test/test_all.py')
-rw-r--r--test/test_all.py2
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: