summaryrefslogtreecommitdiff
path: root/test/Integer
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
commit722243bd402aaed698a279cb323cf37554befd53 (patch)
tree35b30dc386d75eafe797e99e0f681bf19fe771ad /test/Integer
parent8e8de684c7b62c21a3fa9d0cd2b142e669b61ba9 (diff)
downloadllvm-722243bd402aaed698a279cb323cf37554befd53.tar.gz
llvm-722243bd402aaed698a279cb323cf37554befd53.tar.bz2
llvm-722243bd402aaed698a279cb323cf37554befd53.tar.xz
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/Integer')
-rw-r--r--test/Integer/dg.exp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Integer/dg.exp b/test/Integer/dg.exp
index 879685ca87..78dd6f10b4 100644
--- a/test/Integer/dg.exp
+++ b/test/Integer/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}]]