aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJakub Konka <kubkon@jakubkonka.com>2022-03-01 09:14:23 +0100
committerGitHub <noreply@github.com>2022-03-01 09:14:23 +0100
commitec54ceee6d34a61734ac6759ffdbd75248a2f3d7 (patch)
tree21f600733435a9f63674c131b3d1df421b0618a7 /test/behavior/struct.zig
parentf5a31cb0d693ef3c07da7f446c95999cef34488b (diff)
parentcfbc3537ef0b3a73d5b8fdd358cf3bb831935861 (diff)
downloadzig-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.zig1
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 {