diff options
| author | Luuk de Gram <luuk@degram.dev> | 2023-11-01 19:45:22 +0100 |
|---|---|---|
| committer | Luuk de Gram <luuk@degram.dev> | 2023-11-01 19:47:15 +0100 |
| commit | db1825e93159f753207f255ad6709074fece6dc5 (patch) | |
| tree | 3bea80f79d469572d3e18c5f130b2f1288beec17 /test/behavior/struct.zig | |
| parent | 2c2bc9c8df3d8205caf4e49f0fcf7496b3d71444 (diff) | |
| download | zig-db1825e93159f753207f255ad6709074fece6dc5.tar.gz zig-db1825e93159f753207f255ad6709074fece6dc5.zip | |
wasm: re-enable regressed 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 b46164a1b5..e07b10054c 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -1351,7 +1351,6 @@ test "under-aligned struct field" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_wasm) return error.SkipZigTest; const U = extern union { fd: i32, |
