From f6cadc440cbf04330b3cda9a3c76728f08035203 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 May 2008 21:00:03 +0000 Subject: 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 --- test/CodeGen/ARM/dg.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/CodeGen/ARM/dg.exp') diff --git a/test/CodeGen/ARM/dg.exp b/test/CodeGen/ARM/dg.exp index 0a36725..3ff359a 100644 --- a/test/CodeGen/ARM/dg.exp +++ b/test/CodeGen/ARM/dg.exp @@ -1,5 +1,5 @@ load_lib llvm.exp if { [llvm_supports_target ARM] } { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]] + RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp}]] } -- cgit v1.1