| author | |
| committer | |
| log | 1b8a50ea5e9a179bf85486230d6b058d1379a4aa |
| tree | d0ed9df54adaa8e2005f2eca44666fef45a9a994 |
| parent | fb33bc99e17427b4dc4143b8c2a5745a9d978db2 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/union.zig+1| ... | ... | @@ -1839,6 +1839,7 @@ test "reinterpret packed union" { |
| 1839 | 1839 | try comptime S.doTheTest(); |
| 1840 | 1840 | |
| 1841 | 1841 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO |
| 1842 | if (builtin.cpu.arch.isPPC()) return error.SkipZigTest; // TODO | |
| 1842 | 1843 | if (builtin.cpu.arch.isWasm()) return error.SkipZigTest; // TODO |
| 1843 | 1844 | try S.doTheTest(); |
| 1844 | 1845 | } |