Skip to content

Commit 7485bd7

Browse files
committed
Test fix
1 parent bd50e75 commit 7485bd7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/datatypes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -608,8 +608,8 @@ static const char g_c_char = 'z';
608608
static const signed char g_c_schar = 'y';
609609
static const unsigned char g_c_uchar = 'x';
610610
static const wchar_t g_c_wchar = L'U';
611-
static const char16_t g_c_char16 = '\u6c34';
612-
static const char32_t g_c_char32 = '\U0001f34c';
611+
static const char16_t g_c_char16 = u'\u6c34';
612+
static const char32_t g_c_char32 = U'\U0001f34c';
613613
#if __cplusplus > 201402L
614614
static const std::byte g_c_byte = (std::byte)'u';
615615
#endif

0 commit comments

Comments
 (0)