aboutsummaryrefslogtreecommitdiff
path: root/test/Bindings/Go/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/Go/lit.local.cfg')
-rw-r--r--test/Bindings/Go/lit.local.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bindings/Go/lit.local.cfg b/test/Bindings/Go/lit.local.cfg
index d68d867fb308..a587f88f54aa 100644
--- a/test/Bindings/Go/lit.local.cfg
+++ b/test/Bindings/Go/lit.local.cfg
@@ -6,7 +6,7 @@ import sys
if not 'go' in config.root.llvm_bindings:
config.unsupported = True
-if config.root.include_go_tests != 'ON':
+if not config.root.include_go_tests:
config.unsupported = True
def find_executable(executable, path=None):