From 3bf19e4c42203a8691d8d3fbdb5fcf8ab2f6597b Mon Sep 17 00:00:00 2001 From: Dan Gohman Date: Fri, 23 May 2008 21:15:35 +0000 Subject: Remove lingering references to .llx and .tr in the tests. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51500 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Bindings/Ocaml/ocaml.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/Bindings') diff --git a/test/Bindings/Ocaml/ocaml.exp b/test/Bindings/Ocaml/ocaml.exp index 5f84695..59e5f99 100644 --- a/test/Bindings/Ocaml/ocaml.exp +++ b/test/Bindings/Ocaml/ocaml.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr,ml}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,ml}]] -- cgit v1.1