Renaming LLVMC/dg.exp to LLVM/llvmc.exp
authorBill Wendling <isanbard@gmail.com>
Thu, 14 Aug 2008 23:37:58 +0000 (23:37 +0000)
committerBill Wendling <isanbard@gmail.com>
Thu, 14 Aug 2008 23:37:58 +0000 (23:37 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@54809 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLVMC/dg.exp [deleted file]
test/LLVMC/llvmc.exp [new file with mode: 0644]

diff --git a/test/LLVMC/dg.exp b/test/LLVMC/dg.exp
deleted file mode 100644 (file)
index a2e44b9..0000000
+++ /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}]]
-}
-
diff --git a/test/LLVMC/llvmc.exp b/test/LLVMC/llvmc.exp
new file mode 100644 (file)
index 0000000..a2e44b9
--- /dev/null
@@ -0,0 +1,10 @@
+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}]]
+}
+