summaryrefslogtreecommitdiffstats
path: root/test/Sema/bitfield-layout.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/bitfield-layout.c')
-rw-r--r--test/Sema/bitfield-layout.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/bitfield-layout.c b/test/Sema/bitfield-layout.c
index 4405c80fee..edc44bdefa 100644
--- a/test/Sema/bitfield-layout.c
+++ b/test/Sema/bitfield-layout.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -fsyntax-only -verify -triple=i686-apple-darwin9
+// RUN: %clang_cc1 %s -fsyntax-only -verify -triple=i686-apple-darwin9
#define CHECK_SIZE(kind, name, size) extern int name##1[sizeof(kind name) == size ? 1 : -1];
#define CHECK_ALIGN(kind, name, size) extern int name##2[__alignof(kind name) == size ? 1 : -1];