aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/switch.zig
diff options
context:
space:
mode:
authorAli Chraghi <alichraghi@proton.me>2023-10-18 02:30:25 +0330
committerAli Chraghi <alichraghi@proton.me>2023-10-18 02:31:16 +0330
commite5d5c1d423c73c94d6c3e9d26bd904eb3807b489 (patch)
tree1caa6b04f4b39f01cd9a090ba1f1516016c93873 /test/behavior/switch.zig
parent364c54460f3e6fb770a19c5572b0951dd903f19d (diff)
downloadzig-e5d5c1d423c73c94d6c3e9d26bd904eb3807b489.tar.gz
zig-e5d5c1d423c73c94d6c3e9d26bd904eb3807b489.zip
spirv: switch on bool
Diffstat (limited to 'test/behavior/switch.zig')
-rw-r--r--test/behavior/switch.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig
index df4d2af7d0..d7d2f8f7b6 100644
--- a/test/behavior/switch.zig
+++ b/test/behavior/switch.zig
@@ -118,7 +118,6 @@ fn trueIfBoolFalseOtherwise(comptime T: type) bool {
test "switching on booleans" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
try testSwitchOnBools();
try comptime testSwitchOnBools();