diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-03-01 09:14:23 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-03-01 09:14:23 +0100 |
| commit | ec54ceee6d34a61734ac6759ffdbd75248a2f3d7 (patch) | |
| tree | 21f600733435a9f63674c131b3d1df421b0618a7 /test/behavior/struct.zig | |
| parent | f5a31cb0d693ef3c07da7f446c95999cef34488b (diff) | |
| parent | cfbc3537ef0b3a73d5b8fdd358cf3bb831935861 (diff) | |
| download | zig-ec54ceee6d34a61734ac6759ffdbd75248a2f3d7.tar.gz zig-ec54ceee6d34a61734ac6759ffdbd75248a2f3d7.zip | |
Merge pull request #11016 from ziglang/x64-more-codegen
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 47a71ae68e..f175f1823f 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -247,7 +247,6 @@ test "usingnamespace within struct scope" { test "struct field init with catch" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; const S = struct { |
