aboutsummaryrefslogtreecommitdiff
path: root/test/Preprocessor/stdint.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/Preprocessor/stdint.c')
-rw-r--r--test/Preprocessor/stdint.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/Preprocessor/stdint.c b/test/Preprocessor/stdint.c
index fc88688b52..70c106bf79 100644
--- a/test/Preprocessor/stdint.c
+++ b/test/Preprocessor/stdint.c
@@ -90,8 +90,8 @@
// ARM:WINT_MIN_ (-2147483647 -1)
// ARM:WINT_MAX_ 2147483647
//
-// ARM:WCHAR_MAX_ 2147483647
-// ARM:WCHAR_MIN_ (-2147483647 -1)
+// ARM:WCHAR_MAX_ 4294967295U
+// ARM:WCHAR_MIN_ 0U
//
// ARM:INT8_C_(0) 0
// ARM:UINT8_C_(0) 0U