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/CodeGen/SPARC | |
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/CodeGen/SPARC')
-rw-r--r-- | test/CodeGen/SPARC/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/SPARC/dg.exp b/test/CodeGen/SPARC/dg.exp index 204a656..6c0a997 100644 --- a/test/CodeGen/SPARC/dg.exp +++ b/test/CodeGen/SPARC/dg.exp @@ -1,5 +1,5 @@ load_lib llvm.exp if { [llvm_supports_target Sparc] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] } |