summaryrefslogtreecommitdiffstats
path: root/test/Sema/type-spec-struct-union.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/type-spec-struct-union.c')
-rw-r--r--test/Sema/type-spec-struct-union.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/type-spec-struct-union.c b/test/Sema/type-spec-struct-union.c
index 003efb1462..ce65095873 100644
--- a/test/Sema/type-spec-struct-union.c
+++ b/test/Sema/type-spec-struct-union.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -fsyntax-only -pedantic -verify %s
+// RUN: %clang_cc1 -fsyntax-only -pedantic -verify %s
/* This test checks the introduction of struct and union types based
on a type specifier of the form "struct-or-union identifier" when they