summaryrefslogtreecommitdiffstats
path: root/test/Coverage
diff options
context:
space:
mode:
authorDaniel Dunbar <daniel@zuster.org>2009-12-15 22:01:24 +0000
committerDaniel Dunbar <daniel@zuster.org>2009-12-15 22:01:24 +0000
commit80737ad5e0a67d6e3dd0a0ba48446344215a5fd5 (patch)
tree5b061a38a81f419235761572e9d857300ffffe20 /test/Coverage
parenta7fa7cd3eaa5459dfb2d1495384ece9786f8434c (diff)
Update tests to use %clang instead of 'clang', and forcibly disable use of '
clang ' or ' clang -cc1 ' or ' clang-cc ' in test lines (by substituting them to garbage). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@91460 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Coverage')
-rw-r--r--test/Coverage/targets.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Coverage/targets.c b/test/Coverage/targets.c
index 17d96d88c1..c9f6f8d88d 100644
--- a/test/Coverage/targets.c
+++ b/test/Coverage/targets.c
@@ -18,5 +18,5 @@
// RUN: %clang_cc1 -g -triple x86_64-unknown-unknown -emit-llvm -o %t %s
// <rdar://problem/7181838> clang 1.0 fails to compile Python 2.6
-// RUN: clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4
+// RUN: %clang -ccc-host-triple x86_64-apple-darwin9 -### -S %s -mmacosx-version-min=10.4