Skip to content

Commit ebb8574

Browse files
committed
fix test
1 parent 6cfbbb3 commit ebb8574

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/test/Sema/attr-nonstring_safe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ char32_t c32foo[3] = U"fo\0"; // cxx-error {{initializer-string for char array i
2323
// In C, the following examples are fine:
2424
typedef unsigned short char16_t;
2525
typedef unsigned int char32_t;
26-
typedef int wchar_t;
26+
typedef unsigned int wchar_t;
2727

2828
char foo3[3] = "fo\0";
2929
char foo1[1] = "\0";

0 commit comments

Comments
 (0)