From f95faac5aeeebe0b77ff7023513cdd3e34b71de1 Mon Sep 17 00:00:00 2001 From: Jacob Young Date: Sun, 19 Mar 2023 06:49:50 -0400 Subject: x86_64: (re)implement optional ops Note that this commit also changes the layout of optional for all other backends using `src/codegen.zig` without updating them! --- test/behavior/error.zig | 1 - 1 file changed, 1 deletion(-) (limited to 'test/behavior/error.zig') diff --git a/test/behavior/error.zig b/test/behavior/error.zig index 294b4ac2eb..8119a10028 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -451,7 +451,6 @@ test "optional error set is the same size as error set" { } test "nested catch" { - 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_sparc64) return error.SkipZigTest; // TODO -- cgit v1.2.3