Avoid u8"" literals in tests, their type changes in C++20
authorJens Massberg <massberg@google.com>
Tue, 10 Jan 2023 11:20:09 +0000 (12:20 +0100)
committerJens Massberg <massberg@google.com>
Tue, 10 Jan 2023 14:14:09 +0000 (15:14 +0100)
commitf082e54cefbf6e2ce9795e622d36738be7e71b20
tree980f4b5914ef297a874228a7a8952a9b76bddaa6
parenta7c2121d03004617d2ac51d80cd5574347ef5c23
Avoid u8"" literals in tests, their type changes in C++20

Just specify the encoded bytes instead, which causes less confusion anyway.

Differential Revision: https://reviews.llvm.org/D141368
llvm/unittests/Support/DJBTest.cpp