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