summaryrefslogtreecommitdiffstats
path: root/llvm/test/C++Frontend
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-20 21:00:03 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-20 21:00:03 +0000
commit1e427c3264c25b01630dfc2bf89e4f4f7bc570b8 (patch)
tree3d2c7e3f00241776c4b2ee001c87cd50715fb7f6 /llvm/test/C++Frontend
parentfe13618682bfdfa5ff3d04fa5a58edfde680d362 (diff)
downloadbcm5719-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/C++Frontend')
-rw-r--r--llvm/test/C++Frontend/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/C++Frontend/dg.exp b/llvm/test/C++Frontend/dg.exp
index 12c59f04376..fc852e30acf 100644
--- a/llvm/test/C++Frontend/dg.exp
+++ b/llvm/test/C++Frontend/dg.exp
@@ -1,5 +1,5 @@
load_lib llvm.exp
if [ llvm_gcc_supports c++ ] then {
- RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]
+ RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]]
}
OpenPOWER on IntegriCloud