diff options
| author | Robin Voetter <robin@voetter.nl> | 2023-09-17 23:41:10 +0200 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2023-09-23 12:36:56 -0700 |
| commit | 075584a4d74276119372994d895bca747b1f861f (patch) | |
| tree | e65bc1430aa8ef04941b7db70d4b750a4fb7b004 /test/behavior/underscore.zig | |
| parent | d9a8c779d8d7e251bcb549c4b1627508c012ee8c (diff) | |
| download | zig-075584a4d74276119372994d895bca747b1f861f.tar.gz zig-075584a4d74276119372994d895bca747b1f861f.zip | |
spirv: enable passing tests
Diffstat (limited to 'test/behavior/underscore.zig')
| -rw-r--r-- | test/behavior/underscore.zig | 1 |
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()) |_| { |
