diff options
| author | Robin Voetter <robin@voetter.nl> | 2024-01-16 23:06:15 +0100 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2024-02-04 19:09:26 +0100 |
| commit | 2f815853dcae49bbfd109675cde1f4097b75c8cc (patch) | |
| tree | ef8790e6ef5dfc4a4ad40007a9c396dd0eb7eb80 /test/behavior/math.zig | |
| parent | 15cf5f88c1bfb4b92285c515d294e1061d02672a (diff) | |
| download | zig-2f815853dcae49bbfd109675cde1f4097b75c8cc.tar.gz zig-2f815853dcae49bbfd109675cde1f4097b75c8cc.zip | |
spirv: shlWithOverflow
Diffstat (limited to 'test/behavior/math.zig')
| -rw-r--r-- | test/behavior/math.zig | 2 |
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); |
