aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/underscore.zig
diff options
context:
space:
mode:
authorRobin Voetter <robin@voetter.nl>2023-09-17 23:41:10 +0200
committerAndrew Kelley <andrew@ziglang.org>2023-09-23 12:36:56 -0700
commit075584a4d74276119372994d895bca747b1f861f (patch)
treee65bc1430aa8ef04941b7db70d4b750a4fb7b004 /test/behavior/underscore.zig
parentd9a8c779d8d7e251bcb549c4b1627508c012ee8c (diff)
downloadzig-075584a4d74276119372994d895bca747b1f861f.tar.gz
zig-075584a4d74276119372994d895bca747b1f861f.zip
spirv: enable passing tests
Diffstat (limited to 'test/behavior/underscore.zig')
-rw-r--r--test/behavior/underscore.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/underscore.zig b/test/behavior/underscore.zig
index bb5dd156bc..66b49e52d5 100644
--- a/test/behavior/underscore.zig
+++ b/test/behavior/underscore.zig
@@ -8,7 +8,6 @@ test "ignore lval with underscore" {
test "ignore lval with underscore (while loop)" {
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
- if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest;
while (optionalReturnError()) |_| {
while (optionalReturnError()) |_| {