From f45ff35bfee43baaa78c4eaf4ace872ce49dd628 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Tue, 20 May 2008 19:52:04 +0000 Subject: 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. llvm-svn: 51328 --- llvm/test/Transforms/StripSymbols/dg.exp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/test/Transforms/StripSymbols') diff --git a/llvm/test/Transforms/StripSymbols/dg.exp b/llvm/test/Transforms/StripSymbols/dg.exp index 879685ca879..78dd6f10b4c 100644 --- a/llvm/test/Transforms/StripSymbols/dg.exp +++ b/llvm/test/Transforms/StripSymbols/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}]] -- cgit v1.2.3