aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/wchar.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Sema/wchar.c')
-rw-r--r--test/Sema/wchar.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Sema/wchar.c b/test/Sema/wchar.c
index 74151edede03d..e84fe3e5526ba 100644
--- a/test/Sema/wchar.c
+++ b/test/Sema/wchar.c
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 %s -fsyntax-only -verify
-// RUN: %clang_cc1 %s -fsyntax-only -fshort-wchar -verify -DSHORT_WCHAR
+// RUN: %clang_cc1 %s -fsyntax-only -fwchar-type=short -fno-signed-wchar -verify -DSHORT_WCHAR
typedef __WCHAR_TYPE__ wchar_t;