Remove unneeded uses of intrinsics.constant_utf16_cstring

This commit is contained in:
gingerBill
2025-08-02 12:55:05 +01:00
parent 7c281a9614
commit 5aec40e3e0
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -12,11 +12,11 @@ UTF16_Vector :: struct {
utf16_vectors := []UTF16_Vector{
{
intrinsics.constant_utf16_cstring("Hellope, World!"),
"Hellope, World!",
"Hellope, World!",
},
{
intrinsics.constant_utf16_cstring("Hellope\x00, World!"),
"Hellope\x00, World!",
"Hellope",
},
}