aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/math.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2024-01-16 23:06:15 +0100
committerRobin Voetter <robin@voetter.nl>2024-02-04 19:09:26 +0100
commit2f815853dcae49bbfd109675cde1f4097b75c8cc (patch)
treeef8790e6ef5dfc4a4ad40007a9c396dd0eb7eb80 /test/behavior/math.zig
parent15cf5f88c1bfb4b92285c515d294e1061d02672a (diff)
downloadzig-2f815853dcae49bbfd109675cde1f4097b75c8cc.tar.gz
zig-2f815853dcae49bbfd109675cde1f4097b75c8cc.zip
spirv: shlWithOverflow
Diffstat (limited to 'test/behavior/math.zig')
-rw-r--r--test/behavior/math.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig
index 93c467eb5d..3aa65dddbb 100644
--- a/test/behavior/math.zig
+++ b/test/behavior/math.zig
@@ -1328,8 +1328,6 @@ fn testShlTrunc(x: u16) !void {
}
test "exact shift left" {
- if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
-
try testShlExact(0b00110101);
try comptime testShlExact(0b00110101);