aboutsummaryrefslogtreecommitdiffstats
path: root/test/ExecutionEngine
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
commite47edf956c7dd39240b182f479126c65d2bf2f54 (patch)
tree1bc1ceecb61f039fc7ea8a32f7f327eb9f25a0b5 /test/ExecutionEngine
parent6ffcf26d0ae196b4ddd645a1e43a3e719501d306 (diff)
downloadexternal_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.exp2
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}]]