aboutsummaryrefslogtreecommitdiffstats
path: root/test/Bindings
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-05-23 21:15:35 +0000
committerDan Gohman <gohman@apple.com>2008-05-23 21:15:35 +0000
commite1688b6bb07590cea26faa06a7c3ae227252131b (patch)
tree712c299cd3437aa7bab82eb14aa48d51f2e47bcc /test/Bindings
parent514277c1fcda11378730fd10e884f3b4860a60a8 (diff)
downloadexternal_llvm-e1688b6bb07590cea26faa06a7c3ae227252131b.zip
external_llvm-e1688b6bb07590cea26faa06a7c3ae227252131b.tar.gz
external_llvm-e1688b6bb07590cea26faa06a7c3ae227252131b.tar.bz2
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
Diffstat (limited to 'test/Bindings')
-rw-r--r--test/Bindings/Ocaml/ocaml.exp2
1 files changed, 1 insertions, 1 deletions
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}]]