summaryrefslogtreecommitdiff
path: root/test/Bindings/Ocaml/lit.local.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'test/Bindings/Ocaml/lit.local.cfg')
-rw-r--r--test/Bindings/Ocaml/lit.local.cfg3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Bindings/Ocaml/lit.local.cfg b/test/Bindings/Ocaml/lit.local.cfg
index c38d89ab09e..364b97c632e 100644
--- a/test/Bindings/Ocaml/lit.local.cfg
+++ b/test/Bindings/Ocaml/lit.local.cfg
@@ -1,5 +1,4 @@
config.suffixes = ['.ml']
-bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')])
-if not 'ocaml' in bindings:
+if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True