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 | 1e427c3264c25b01630dfc2bf89e4f4f7bc570b8 (patch) | |
tree | 3d2c7e3f00241776c4b2ee001c87cd50715fb7f6 /llvm/test/Bitcode | |
parent | fe13618682bfdfa5ff3d04fa5a58edfde680d362 (diff) | |
download | bcm5719-llvm-1e427c3264c25b01630dfc2bf89e4f4f7bc570b8.tar.gz bcm5719-llvm-1e427c3264c25b01630dfc2bf89e4f4f7bc570b8.zip |
sabre brings to my attention that the 'tr' suffix is also obsolete
llvm-svn: 51349
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r-- | llvm/test/Bitcode/dg.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/Bitcode/dg.exp b/llvm/test/Bitcode/dg.exp index 78dd6f10b4c..f2005891a59 100644 --- a/llvm/test/Bitcode/dg.exp +++ b/llvm/test/Bitcode/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}]] |