diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-23 21:32:25 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-23 21:58:13 +0100 |
| commit | f91fe9afb92dda2b7b1ae37147ce7af40101d5ea (patch) | |
| tree | 3e9743e17dab31808acbd39def65afa3aba85b51 /test/behavior/align.zig | |
| parent | 4683f94463cf7165bcaf88c8de73dd7ed5279c60 (diff) | |
| download | zig-f91fe9afb92dda2b7b1ae37147ce7af40101d5ea.tar.gz zig-f91fe9afb92dda2b7b1ae37147ce7af40101d5ea.zip | |
stage2 AArch64: more support for MCValue.got_load and direct_load
Diffstat (limited to 'test/behavior/align.zig')
| -rw-r--r-- | test/behavior/align.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/align.zig b/test/behavior/align.zig index 5518d40756..5a617b84d5 100644 --- a/test/behavior/align.zig +++ b/test/behavior/align.zig @@ -305,7 +305,6 @@ fn testIndex2(ptr: [*]align(4) u8, index: usize, comptime T: type) !void { } test "alignment of function with c calling convention" { - if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest; if (builtin.zig_backend == .stage1) return error.SkipZigTest; var runtime_nothing = ¬hing; |
