fix: update test case involving @memcpy

This commit is contained in:
Rekai Musuka 2023-05-04 00:51:13 -05:00
parent 95158cf578
commit ec50d33241

View File

@ -55,7 +55,7 @@ test "inlayhints - builtin call" {
\\const _ = @intCast(<DestType>u32,<int>5);
);
try testInlayHints(
\\const _ = @memcpy(<dest>null,<source>null,<byte_count>0);
\\const _ = @memcpy(<dest>"",<source>"");
);
try testInlayHints(