| ... | @@ -956,9 +956,6 @@ test "zig fmt: same-line doc comment on variable declaration" { | ... | @@ -956,9 +956,6 @@ test "zig fmt: same-line doc comment on variable declaration" { |
| 956 | } | 956 | } |
| 957 | | 957 | |
| 958 | test "zig fmt: if-else with comment before else" { | 958 | test "zig fmt: if-else with comment before else" { |
| 959 | // TODO investigate why this fails in wasm. | | |
| 960 | if (builtin.cpu.arch == .wasm32) return error.SkipZigTest; | | |
| 961 | | | |
| 962 | try testCanonical( | 959 | try testCanonical( |
| 963 | \\comptime { | 960 | \\comptime { |
| 964 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan | 961 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan |
| ... | @@ -1573,8 +1570,6 @@ test "zig fmt: comment after if before another if" { | ... | @@ -1573,8 +1570,6 @@ test "zig fmt: comment after if before another if" { |
| 1573 | } | 1570 | } |
| 1574 | | 1571 | |
| 1575 | test "zig fmt: line comment between if block and else keyword" { | 1572 | test "zig fmt: line comment between if block and else keyword" { |
| 1576 | // TODO investigate why this fails in wasm. | | |
| 1577 | if (builtin.cpu.arch == .wasm32) return error.SkipZigTest; | | |
| 1578 | try testCanonical( | 1573 | try testCanonical( |
| 1579 | \\test "aoeu" { | 1574 | \\test "aoeu" { |
| 1580 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan | 1575 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan |