summaryrefslogtreecommitdiffstats
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.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Bindings/OCaml/lit.local.cfg b/test/Bindings/OCaml/lit.local.cfg
index bca5d39..7a83ca1 100644
--- a/test/Bindings/OCaml/lit.local.cfg
+++ b/test/Bindings/OCaml/lit.local.cfg
@@ -3,5 +3,5 @@ config.suffixes = ['.ml']
if not 'ocaml' in config.root.llvm_bindings:
config.unsupported = True
-if config.root.have_ocaml_ounit != '1':
+if config.root.have_ocaml_ounit not in ('1', 'TRUE'):
config.unsupported = True