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/eval.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/eval.zig')
| -rw-r--r-- | test/behavior/eval.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/eval.zig b/test/behavior/eval.zig index cd913dcc9a..68d43ef0b6 100644 --- a/test/behavior/eval.zig +++ b/test/behavior/eval.zig @@ -47,8 +47,6 @@ test "inline variable gets result of const if" { } test "static function evaluation" { - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; - try expect(statically_added_number == 3); } const statically_added_number = staticAdd(1, 2); |
