mirror of
https://github.com/KhronosGroup/SPIRV-Tools
synced 2024-11-23 04:00:05 +00:00
Fixed typo in utf8 string literal
This commit is contained in:
parent
4274f93065
commit
fe6527fd80
@ -59,7 +59,7 @@ INSTANTIATE_TEST_CASE_P(
|
||||
"OpName %1 \"\n\n\nfoo\nbar\"\n", // multiple newlines
|
||||
"OpName %1 \"\\\"foo\nbar\\\"\"\n", // escaped quote
|
||||
"OpName %1 \"\\\\foo\nbar\\\\\"\n", // escaped backslash
|
||||
"OpName %1 \"xE4\xBA\xB2\"\n", // UTF-8
|
||||
"OpName %1 \"\xE4\xBA\xB2\"\n", // UTF-8
|
||||
}));
|
||||
// clang-format on
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user