aboutsummaryrefslogtreecommitdiffstats
path: root/test/Linker
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-20 19:52:04 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-20 19:52:04 +0000
commitf30f4e93c6d817c5b187c8664f84ebaf5b5e74c7 (patch)
tree35b30dc386d75eafe797e99e0f681bf19fe771ad /test/Linker
parent056afe14a20cecfa5d8187883b0d60a5a9e1df14 (diff)
downloadexternal_llvm-f30f4e93c6d817c5b187c8664f84ebaf5b5e74c7.zip
external_llvm-f30f4e93c6d817c5b187c8664f84ebaf5b5e74c7.tar.gz
external_llvm-f30f4e93c6d817c5b187c8664f84ebaf5b5e74c7.tar.bz2
Rename the last test with .llx extension to .ll, resolve duplicate test by renaming to isnan2. Now that no test has llx ending there is no need to search for them from dg.exp too.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51328 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Linker')
-rw-r--r--test/Linker/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Linker/dg.exp b/test/Linker/dg.exp
index 879685c..78dd6f1 100644
--- a/test/Linker/dg.exp
+++ b/test/Linker/dg.exp
@@ -1,3 +1,3 @@
load_lib llvm.exp
-RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx,c,cpp,tr}]]
+RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,c,cpp,tr}]]