summaryrefslogtreecommitdiff
path: root/test/LLVMC/dg.exp
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2008-08-14 23:37:58 +0000
committerBill Wendling <isanbard@gmail.com>2008-08-14 23:37:58 +0000
commit0d9deac4850230c2b54b1d693ccd9f1fdb8c998a (patch)
tree53d57f29e830d489b84870516006dc2fba80d85c /test/LLVMC/dg.exp
parent79e6ed9d4733ef6bfaf6e6ae71a013c8b226b7c9 (diff)
downloadllvm-0d9deac4850230c2b54b1d693ccd9f1fdb8c998a.tar.gz
llvm-0d9deac4850230c2b54b1d693ccd9f1fdb8c998a.tar.bz2
llvm-0d9deac4850230c2b54b1d693ccd9f1fdb8c998a.tar.xz
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.exp10
1 files changed, 0 insertions, 10 deletions
diff --git a/test/LLVMC/dg.exp b/test/LLVMC/dg.exp
deleted file mode 100644
index a2e44b9985..0000000000
--- 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}]]
-}
-