diff options
Diffstat (limited to 'test/Bindings/Ocaml/lit.local.cfg')
-rw-r--r-- | test/Bindings/Ocaml/lit.local.cfg | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/Bindings/Ocaml/lit.local.cfg b/test/Bindings/Ocaml/lit.local.cfg index 640c58d2f3d6e..c38d89ab09e9e 100644 --- a/test/Bindings/Ocaml/lit.local.cfg +++ b/test/Bindings/Ocaml/lit.local.cfg @@ -1,6 +1,5 @@ -config.suffixes = ['.ll', '.c', '.cpp', '.ml'] +config.suffixes = ['.ml'] bindings = set([s.strip() for s in config.root.llvm_bindings.split(',')]) if not 'ocaml' in bindings: config.unsupported = True - |