diff options
author | Gabor Greif <ggreif@gmail.com> | 2008-05-20 21:00:03 +0000 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2008-05-20 21:00:03 +0000 |
commit | e47edf956c7dd39240b182f479126c65d2bf2f54 (patch) | |
tree | 1bc1ceecb61f039fc7ea8a32f7f327eb9f25a0b5 /test/ExecutionEngine | |
parent | 6ffcf26d0ae196b4ddd645a1e43a3e719501d306 (diff) | |
download | external_llvm-e47edf956c7dd39240b182f479126c65d2bf2f54.zip external_llvm-e47edf956c7dd39240b182f479126c65d2bf2f54.tar.gz external_llvm-e47edf956c7dd39240b182f479126c65d2bf2f54.tar.bz2 |
sabre brings to my attention that the 'tr' suffix is also obsolete
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51349 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/ExecutionEngine')
-rw-r--r-- | test/ExecutionEngine/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ExecutionEngine/dg.exp b/test/ExecutionEngine/dg.exp index 78dd6f1..f200589 100644 --- a/test/ExecutionEngine/dg.exp +++ b/test/ExecutionEngine/dg.exp @@ -1,3 +1,3 @@ load_lib llvm.exp -RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] +RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] |