diff options
Diffstat (limited to 'test/JitListener/lit.local.cfg')
-rw-r--r-- | test/JitListener/lit.local.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/JitListener/lit.local.cfg b/test/JitListener/lit.local.cfg index d995820..05f34a7 100644 --- a/test/JitListener/lit.local.cfg +++ b/test/JitListener/lit.local.cfg @@ -1,3 +1,3 @@ -if not config.root.llvm_use_intel_jitevents == "ON": +if not config.root.llvm_use_intel_jitevents == "true": config.unsupported = True |