[Support] avoid u8"" literals in tests, their type changes in C++20
authorSam McCall <sam.mccall@gmail.com>
Mon, 9 Jan 2023 19:36:05 +0000 (20:36 +0100)
committerSam McCall <sam.mccall@gmail.com>
Tue, 10 Jan 2023 13:00:22 +0000 (14:00 +0100)
commit2bac59bab41fc8f4950b5cb630781cfa5d3a71b8
treec929d609415dc8ad03c4c2534eab2a987c7c2770
parent98ae3616cd1536643a78beeddff119c028f71df6
[Support] 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/D141312
llvm/unittests/Support/JSONTest.cpp