diff options
| author | Robin Voetter <robin@voetter.nl> | 2023-05-19 14:17:58 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2023-05-20 17:30:23 +0200 |
| commit | 65157d30ab90de01da583dd97ee2409d8ad8aeb0 (patch) | |
| tree | 0c9767c8c174bfd55fd0d9c5525d4ddef1ec7ceb /test/behavior/slice.zig | |
| parent | 77b8bf2b82ffa71fc8ecf85f6780130f27dbeaf3 (diff) | |
| download | zig-65157d30ab90de01da583dd97ee2409d8ad8aeb0.tar.gz zig-65157d30ab90de01da583dd97ee2409d8ad8aeb0.zip | |
spirv: ptr_elem_val
Implements the ptr_elem_val air tag. Implementation is unified
with ptr_elem_ptr.
Diffstat (limited to 'test/behavior/slice.zig')
| -rw-r--r-- | test/behavior/slice.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig index dc27328e6d..79fde3482c 100644 --- a/test/behavior/slice.zig +++ b/test/behavior/slice.zig @@ -672,7 +672,6 @@ test "array mult of slice gives ptr to array" { test "slice bounds in comptime concatenation" { if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const bs = comptime blk: { const b = "........1........"; |
