diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-02 21:01:59 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-05-03 04:25:14 -0400 |
| commit | 36a39267b89583ad1dded42a54de90a7f9b5eacf (patch) | |
| tree | c0da0297c06330dc489a923f5d5fe3c870360eb5 /test/behavior/enum.zig | |
| parent | 9ccdbca635a3b5a26b65ab8e52533d3acc8f2f5e (diff) | |
| download | zig-36a39267b89583ad1dded42a54de90a7f9b5eacf.tar.gz zig-36a39267b89583ad1dded42a54de90a7f9b5eacf.zip | |
x86_64: fix feature confusion
Diffstat (limited to 'test/behavior/enum.zig')
| -rw-r--r-- | test/behavior/enum.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/enum.zig b/test/behavior/enum.zig index 26b941bcdc..5f0037f6dc 100644 --- a/test/behavior/enum.zig +++ b/test/behavior/enum.zig @@ -940,8 +940,6 @@ test "constant enum initialization with differing sizes" { if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_x86_64 and - comptime !std.Target.x86.featureSetHasAll(builtin.cpu.features, .{ .sse, .sse2, .sse4_1 })) return error.SkipZigTest; // TODO try test3_1(test3_foo); try test3_2(test3_bar); |
