fix: update test case involving @memcpy
This commit is contained in:
parent
95158cf578
commit
ec50d33241
@ -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(
|
||||
|
Loading…
Reference in New Issue
Block a user