diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-04-28 11:42:14 +0200 |
|---|---|---|
| committer | Jakub Konka <kubkon@jakubkonka.com> | 2022-04-28 18:35:01 +0200 |
| commit | 2875216f8e01c4e71a76fe840a0b298f0d42758e (patch) | |
| tree | 1d0d50ee200424ba1af988267179f624864a025c /test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig | |
| parent | 5a5648c0f03058e1d3878cc8c072af968fc90aa8 (diff) | |
| download | zig-2875216f8e01c4e71a76fe840a0b298f0d42758e.tar.gz zig-2875216f8e01c4e71a76fe840a0b298f0d42758e.zip | |
test: fix x86_64-macos failures
This is just a temporary fix - I would like to unify all of x86_64
tests across linux and macos OSes.
Diffstat (limited to 'test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig')
| -rw-r--r-- | test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig b/test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig index 2e342dc852..5907c1dad5 100644 --- a/test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig +++ b/test/incremental/llvm/address_spaces_pointer_access_chaining_array_pointer.zig @@ -8,5 +8,5 @@ pub fn main() void { // error // output_mode=Exe // backend=stage2,llvm -// target=x86_64-linux +// target=x86_64-linux,x86_64-macos // |
