diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-20 06:22:38 -0400 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2023-03-21 08:49:54 +0100 |
| commit | f316cb29cc094c37be191f1eb72ee70eb0dc99ee (patch) | |
| tree | 4da361453ffd24fb0a9d3d9d8a8e1221bb5f3375 /test/behavior/switch.zig | |
| parent | 3f4569bf187bfe296323aee6fbb59ab374041243 (diff) | |
| download | zig-f316cb29cc094c37be191f1eb72ee70eb0dc99ee.tar.gz zig-f316cb29cc094c37be191f1eb72ee70eb0dc99ee.zip | |
x86_64: implement atomic and fence ops
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 9129b73f16..1643a2f697 100644 --- a/test/behavior/switch.zig +++ b/test/behavior/switch.zig @@ -228,7 +228,6 @@ const SwitchProngWithVarEnum = union(enum) { }; test "switch prong with variable" { - 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 |
