diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-08 19:31:16 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-15 03:07:51 -0400 |
| commit | e36e9323f4c4ce66013ba4774ff0145fc9cad34d (patch) | |
| tree | c50e24a04d072b93125c95d0ff99cac564bd036b /test/behavior/tuple.zig | |
| parent | 1667e831cf8099271d97c9391fe4400622e6f96f (diff) | |
| download | zig-e36e9323f4c4ce66013ba4774ff0145fc9cad34d.tar.gz zig-e36e9323f4c4ce66013ba4774ff0145fc9cad34d.zip | |
x86_64: implement union_init
Diffstat (limited to 'test/behavior/tuple.zig')
| -rw-r--r-- | test/behavior/tuple.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/tuple.zig b/test/behavior/tuple.zig index 2ce1922e50..b6fde88af2 100644 --- a/test/behavior/tuple.zig +++ b/test/behavior/tuple.zig @@ -367,7 +367,6 @@ test "branching inside tuple literal" { test "tuple initialized with a runtime known value" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; |
