Example/TestAll: Fix a typography (TAGS indirection must be used)

This commit is contained in:
Camille Mougey
2015-01-21 17:02:11 +01:00
parent 07b0d6320e
commit f780138be4
+1 -1
View File
@@ -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