From ec50d332417f970dfb24a73e37a8311ee4000c78 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Thu, 4 May 2023 00:51:13 -0500 Subject: [PATCH] fix: update test case involving @memcpy --- tests/lsp_features/inlay_hints.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lsp_features/inlay_hints.zig b/tests/lsp_features/inlay_hints.zig index 2b23418..111477a 100644 --- a/tests/lsp_features/inlay_hints.zig +++ b/tests/lsp_features/inlay_hints.zig @@ -55,7 +55,7 @@ test "inlayhints - builtin call" { \\const _ = @intCast(u32,5); ); try testInlayHints( - \\const _ = @memcpy(null,null,0); + \\const _ = @memcpy("",""); ); try testInlayHints(