diff options
author | Bill Wendling <isanbard@gmail.com> | 2008-08-14 23:37:58 +0000 |
---|---|---|
committer | Bill Wendling <isanbard@gmail.com> | 2008-08-14 23:37:58 +0000 |
commit | 352c01c8edcc4bd66d83f2047a71f5ea7c0eea31 (patch) | |
tree | 53d57f29e830d489b84870516006dc2fba80d85c /test/LLVMC/dg.exp | |
parent | 29bf84e051bb3798e12fe28df10761f8af1a0b40 (diff) | |
download | external_llvm-352c01c8edcc4bd66d83f2047a71f5ea7c0eea31.zip external_llvm-352c01c8edcc4bd66d83f2047a71f5ea7c0eea31.tar.gz external_llvm-352c01c8edcc4bd66d83f2047a71f5ea7c0eea31.tar.bz2 |
Renaming LLVMC/dg.exp to LLVM/llvmc.exp
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54809 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/LLVMC/dg.exp')
-rw-r--r-- | test/LLVMC/dg.exp | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/test/LLVMC/dg.exp b/test/LLVMC/dg.exp deleted file mode 100644 index a2e44b9..0000000 --- a/test/LLVMC/dg.exp +++ /dev/null @@ -1,10 +0,0 @@ -load_lib llvm.exp - -if [ llvm_gcc_supports c ] then { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{c}]] -} - -if [ llvm_gcc_supports c++ ] then { - RunLLVMTests [lsort [glob -nocomplain $srcdir/$subdir/*.{cpp}]] -} - |