aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
diff options
context:
space:
mode:
authorBrian Gaeke <gaeke@uiuc.edu>2003-11-06 21:13:45 +0000
committerBrian Gaeke <gaeke@uiuc.edu>2003-11-06 21:13:45 +0000
commit2852c4db67b0939448a3c87f3e384764010e8927 (patch)
tree90a0fba9e8238a6eccd8e8c7715f7b4a68e1a88e /test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
parente9660e00b0bfba93bef72a7d6084769141793cd1 (diff)
downloadexternal_llvm-2852c4db67b0939448a3c87f3e384764010e8927.zip
external_llvm-2852c4db67b0939448a3c87f3e384764010e8927.tar.gz
external_llvm-2852c4db67b0939448a3c87f3e384764010e8927.tar.bz2
All 'llvmgcc' tests should specify %llvmgcc so that the path is passed
in by qmtest. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9757 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr')
-rw-r--r--test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
index 938ea9f..0027da6 100644
--- a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
+++ b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
@@ -1,4 +1,4 @@
-// RUN: llvmgcc -xc %s -c
+// RUN: %llvmgcc -xc %s -c
int test(_Bool pos, _Bool color) {
return 0;