aboutsummaryrefslogtreecommitdiff
path: root/test/Headers/wchar_limits.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/Headers/wchar_limits.cpp')
-rw-r--r--test/Headers/wchar_limits.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Headers/wchar_limits.cpp b/test/Headers/wchar_limits.cpp
index 35ae7affb514..7393e32745ee 100644
--- a/test/Headers/wchar_limits.cpp
+++ b/test/Headers/wchar_limits.cpp
@@ -1,5 +1,5 @@
// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify %s
-// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -fshort-wchar %s
+// RUN: %clang_cc1 -ffreestanding -fsyntax-only -verify -fwchar-type=short -fno-signed-wchar %s
// expected-no-diagnostics
#include <stdint.h>