diff options
author | Dan Gohman <gohman@apple.com> | 2008-05-23 21:15:35 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-05-23 21:15:35 +0000 |
commit | 3bf19e4c42203a8691d8d3fbdb5fcf8ab2f6597b (patch) | |
tree | 712c299cd3437aa7bab82eb14aa48d51f2e47bcc /test/Feature | |
parent | 02dea8b39f3acad5de1df36273444d149145e7fc (diff) | |
download | external_llvm-3bf19e4c42203a8691d8d3fbdb5fcf8ab2f6597b.zip external_llvm-3bf19e4c42203a8691d8d3fbdb5fcf8ab2f6597b.tar.gz external_llvm-3bf19e4c42203a8691d8d3fbdb5fcf8ab2f6597b.tar.bz2 |
Remove lingering references to .llx and .tr in the tests.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51500 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Feature')
-rw-r--r-- | test/Feature/llvm2cpp.exp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Feature/llvm2cpp.exp b/test/Feature/llvm2cpp.exp index b05d64a..de0126c 100644 --- a/test/Feature/llvm2cpp.exp +++ b/test/Feature/llvm2cpp.exp @@ -1,3 +1,3 @@ load_lib llvm2cpp.exp -llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.{ll,llx}]] +llvm2cpp-test [lsort [glob -nocomplain $srcdir/$subdir/*.ll]] |