diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-25 13:44:50 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-25 16:23:55 -0400 |
| commit | 1e080e505617b8a7961971630c059592f7366223 (patch) | |
| tree | a20ded8cf08eaddf48795549e649a3da0c622a6a /test/behavior/switch.zig | |
| parent | 6d9bdc8733419ebfc9527d114b637c57d3fd8a42 (diff) | |
| download | zig-1e080e505617b8a7961971630c059592f7366223.tar.gz zig-1e080e505617b8a7961971630c059592f7366223.zip | |
x86_64: implement atomic loops
Diffstat (limited to 'test/behavior/switch.zig')
| -rw-r--r-- | test/behavior/switch.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig index 132cef5c1e..52f5b79723 100644 --- a/test/behavior/switch.zig +++ b/test/behavior/switch.zig @@ -620,7 +620,6 @@ test "switch on error set with single else" { } test "switch capture copies its payload" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO |
