diff --git a/lib/std/zig/parser_test.zig b/lib/std/zig/parser_test.zig index a7a5511889854a4fda293ae5fcd5f2bd81c3c711..641ff37eeab075913946082fb280d283afd37445 100644 --- a/lib/std/zig/parser_test.zig +++ b/lib/std/zig/parser_test.zig @@ -956,9 +956,6 @@ test "zig fmt: same-line doc comment on variable declaration" { } test "zig fmt: if-else with comment before else" { - // TODO investigate why this fails in wasm. - if (builtin.cpu.arch == .wasm32) return error.SkipZigTest; - try testCanonical( \\comptime { \\ // cexp(finite|nan +- i inf|nan) = nan + i nan @@ -1573,8 +1570,6 @@ test "zig fmt: comment after if before another if" { } test "zig fmt: line comment between if block and else keyword" { - // TODO investigate why this fails in wasm. - if (builtin.cpu.arch == .wasm32) return error.SkipZigTest; try testCanonical( \\test "aoeu" { \\ // cexp(finite|nan +- i inf|nan) = nan + i nan