From 1fb7bfc63f28084bec136aef583ff7391f15fd30 Mon Sep 17 00:00:00 2001 From: Techatrix <19954306+Techatrix@users.noreply.github.com> Date: Mon, 6 Mar 2023 16:23:51 +0100 Subject: [PATCH] update failing semantic tokens test --- tests/lsp_features/semantic_tokens.zig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/lsp_features/semantic_tokens.zig b/tests/lsp_features/semantic_tokens.zig index 9ce7272..149c275 100644 --- a/tests/lsp_features/semantic_tokens.zig +++ b/tests/lsp_features/semantic_tokens.zig @@ -40,7 +40,7 @@ test "semantic tokens - string literals" { \\"": , // no idea if this output is correct but at least it doesn't crash - &.{ 1, 3, 3, 8, 0, 1, 0, 2, 4, 0, 0, 0, 2, 9, 0 }, + &.{ 1, 3, 3, 8, 0, 1, 0, 2, 9, 0 }, ); }