summaryrefslogtreecommitdiff
path: root/test/Sema/attr-weak.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/attr-weak.c')
-rw-r--r--test/Sema/attr-weak.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/attr-weak.c b/test/Sema/attr-weak.c
index 4532cccf98d90..8e3e626c5d34b 100644
--- a/test/Sema/attr-weak.c
+++ b/test/Sema/attr-weak.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc -verify -fsyntax-only %s
+// RUN: %clang_cc1 -verify -fsyntax-only %s
extern int g0 __attribute__((weak));
extern int g1 __attribute__((weak_import));