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 db4c2c6d..27ae8559 100644 --- a/test/test_all.py +++ b/test/test_all.py @@ -277,7 +277,7 @@ By default, no tag is ommited." % ", ".join(TAGS.keys()), default="") "'py-llvm 3.2' module is required for llvm tests" # Remove llvm tests - if "llvm" not in exclude_tags: + if TAGS["llvm"] not in exclude_tags: exclude_tags.append(TAGS["llvm"]) # Set callbacks |