aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-03-19 22:43:59 -0400
committerJakub Konka <kubkon@jakubkonka.com>2023-03-21 08:49:54 +0100
commit3f4569bf187bfe296323aee6fbb59ab374041243 (patch)
tree8a8a92c78f3c248774932daf7351c4a185fcb308 /test
parent6c453dd806d9a0207b1f1e64adfc38eca0c38f16 (diff)
downloadzig-3f4569bf187bfe296323aee6fbb59ab374041243.tar.gz
zig-3f4569bf187bfe296323aee6fbb59ab374041243.zip
codegen: fix backend breakage due to optional layout change
Diffstat (limited to 'test')
-rw-r--r--test/behavior/error.zig1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig
index 8119a10028..a708971a49 100644
--- a/test/behavior/error.zig
+++ b/test/behavior/error.zig
@@ -874,6 +874,7 @@ test "field access of anyerror results in smaller error set" {
}
test "optional error union return type" {
+ if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
const S = struct {