| ... | ... | @@ -956,9 +956,6 @@ test "zig fmt: same-line doc comment on variable declaration" { |
| 956 | 956 | } |
| 957 | 957 | |
| 958 | 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 | 959 | try testCanonical( |
| 963 | 960 | \\comptime { |
| 964 | 961 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan |
| ... | ... | @@ -1573,8 +1570,6 @@ test "zig fmt: comment after if before another if" { |
| 1573 | 1570 | } |
| 1574 | 1571 | |
| 1575 | 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 | 1573 | try testCanonical( |
| 1579 | 1574 | \\test "aoeu" { |
| 1580 | 1575 | \\ // cexp(finite|nan +- i inf|nan) = nan + i nan |