diff options
| author | Ali Chraghi <alichraghi@proton.me> | 2023-10-18 02:30:25 +0330 |
|---|---|---|
| committer | Ali Chraghi <alichraghi@proton.me> | 2023-10-18 02:31:16 +0330 |
| commit | e5d5c1d423c73c94d6c3e9d26bd904eb3807b489 (patch) | |
| tree | 1caa6b04f4b39f01cd9a090ba1f1516016c93873 /test/behavior/basic.zig | |
| parent | 364c54460f3e6fb770a19c5572b0951dd903f19d (diff) | |
| download | zig-e5d5c1d423c73c94d6c3e9d26bd904eb3807b489.tar.gz zig-e5d5c1d423c73c94d6c3e9d26bd904eb3807b489.zip | |
spirv: switch on bool
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index b85f2e6d2b..3b27e93402 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -715,7 +715,6 @@ test "result location is optional inside error union" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const x = maybe(true) catch unreachable; try expect(x.? == 42); |
