Fix the Java tests
"uchar" and "Uchar" will both generate a getUchar() getter.
This commit is contained in:
parent
8c2cb4e604
commit
b00ee788a2
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@ const char *bb = u8"UTF-8 string";
|
|||
const char16_t *cc = u"UTF-16 string";
|
||||
const char32_t *dd = U"UTF-32 string";
|
||||
// New char literals
|
||||
char16_t uchar = u'a';
|
||||
char32_t Uchar = U'b';
|
||||
char16_t char16_t_char = u'a';
|
||||
char32_t char32_t_char = U'b';
|
||||
%}
|
||||
|
||||
/* Raw string literals */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue