summaryrefslogtreecommitdiffstats
path: root/test/Sema/PR2963-enum-constant.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/PR2963-enum-constant.c')
-rw-r--r--test/Sema/PR2963-enum-constant.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/PR2963-enum-constant.c b/test/Sema/PR2963-enum-constant.c
index 78f2326dae..1900eefc7c 100644
--- a/test/Sema/PR2963-enum-constant.c
+++ b/test/Sema/PR2963-enum-constant.c
@@ -1,4 +1,4 @@
-// RUN: clang-cc %s -verify -pedantic -fsyntax-only
+// RUN: %clang_cc1 %s -verify -pedantic -fsyntax-only
typedef short short_fixed;