Skip to content

Commit 706e08f

Browse files
xdBronchTechatrix
authored andcommitted
update tests for zig parser change
1 parent 56e25ab commit 706e08f

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

tests/lsp_features/semantic_tokens.zig

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2026,10 +2026,7 @@ test "weird code" {
20262026
});
20272027
try testSemanticTokens(
20282028
\\error. .foo
2029-
, &.{
2030-
.{ "error", .keyword, .{} },
2031-
.{ "foo", .variable, .{} },
2032-
});
2029+
, &.{});
20332030
try testSemanticTokens(
20342031
\\const foo = union {
20352032
\\ .bar = 5,

0 commit comments

Comments
 (0)