Skip to content

Commit

Permalink
skip std module resolution test on webassembly target
Browse files Browse the repository at this point in the history
  • Loading branch information
Techatrix committed May 21, 2023
1 parent 6f0907b commit 5cc7b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/lsp_features/semantic_tokens.zig
Original file line number Diff line number Diff line change
Expand Up @@ -197,6 +197,7 @@ test "semantic tokens - operators" {
}

test "semantic tokens - field access" {
if (builtin.target.isWasm()) return error.SkipZigTest;
// this will make sure that the std module can be resolved
try testSemanticTokens(
\\const std = @import("std");
Expand Down

0 comments on commit 5cc7b13

Please sign in to comment.