diff options
| author | Luuk de Gram <luuk@degram.dev> | 2022-05-17 23:07:07 +0200 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2022-05-18 07:43:33 +0200 |
| commit | e252f92b9947e82f2473a37a74d5f9dc278a1c1d (patch) | |
| tree | 7f833f740f6a0a621c38f917e42eff2693a1438b /test/behavior/struct.zig | |
| parent | ed25ce77f58cd0ddfd5e3f5412c4cb66d1cc1331 (diff) | |
| download | zig-e252f92b9947e82f2473a37a74d5f9dc278a1c1d.tar.gz zig-e252f92b9947e82f2473a37a74d5f9dc278a1c1d.zip | |
wasm: enable 128bit integer behavior tests
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 24365d49b7..ab7d761de0 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -844,7 +844,6 @@ test "non-packed struct with u128 entry in union" { if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; // TODO const U = union(enum) { Num: u128, |
