diff options
| author | Robin Voetter <robin@voetter.nl> | 2023-05-18 19:25:52 +0200 |
|---|---|---|
| committer | Robin Voetter <robin@voetter.nl> | 2023-05-20 17:30:22 +0200 |
| commit | 64f99f36a6d960a97d241c3235653c464f7ac6b2 (patch) | |
| tree | 1901e5e51fd73a6e005a919d4e4d6ffcbb1db87f /test/behavior | |
| parent | 3c14438a937eb5b470f7f6191d850030aa7a4a06 (diff) | |
| download | zig-64f99f36a6d960a97d241c3235653c464f7ac6b2.tar.gz zig-64f99f36a6d960a97d241c3235653c464f7ac6b2.zip | |
spirv: ptr_add
Implements the ptr_add air tag for spirv.
The implementation for slices is probably wrong, but there seems to be no test for this...
Diffstat (limited to 'test/behavior')
| -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 9fced18915..7f9e2ae78a 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -751,7 +751,6 @@ fn maybe(x: bool) anyerror!?u32 { test "auto created variables have correct alignment" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_spirv64) return error.SkipZigTest; const S = struct { fn foo(str: [*]const u8) u32 { |
