aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/maximum_minimum.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2023-05-19 11:23:22 +0200
committerRobin Voetter <robin@voetter.nl>2023-05-20 17:30:22 +0200
commit37aa343079d32db96be742c9740f343ff8d2839e (patch)
tree2581c5c6e0925534ecf8aebe686535628b4b3d34 /test/behavior/maximum_minimum.zig
parent2f28713bd7c8eefd90d59d69a0786ee3f12400e1 (diff)
downloadzig-37aa343079d32db96be742c9740f343ff8d2839e.tar.gz
zig-37aa343079d32db96be742c9740f343ff8d2839e.zip
spirv: more passing tests
Diffstat (limited to 'test/behavior/maximum_minimum.zig')
-rw-r--r--test/behavior/maximum_minimum.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/maximum_minimum.zig b/test/behavior/maximum_minimum.zig
index db6cad221f..648d4d9493 100644
--- a/test/behavior/maximum_minimum.zig
+++ b/test/behavior/maximum_minimum.zig
@@ -129,8 +129,6 @@ test "@min/max for floats" {
}
test "@min/@max on lazy values" {
- if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
-
const A = extern struct { u8_4: [4]u8 };
const B = extern struct { u8_16: [16]u8 };
const size = @max(@sizeOf(A), @sizeOf(B));