diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-08-27 20:22:54 +0200 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-09-09 19:17:17 +0200 |
| commit | 261fec8036e1e5518951d91c5fc27b53c1a511d8 (patch) | |
| tree | 03e2856039842234617a97d32233551c447e9795 /test/behavior/alignof.zig | |
| parent | e2b029e2c8ad761c32886d27aa0227655a60eb9e (diff) | |
| download | zig-261fec8036e1e5518951d91c5fc27b53c1a511d8.tar.gz zig-261fec8036e1e5518951d91c5fc27b53c1a511d8.zip | |
stage2 ARM: amend implementation of various AIR instructions
- unwrap_errunion_err for registers
- unwrap_errunion_payload for registers
- ptr_slice_len_ptr for all MCValues
- ptr_slice_ptr_ptr for all MCValues
Diffstat (limited to 'test/behavior/alignof.zig')
| -rw-r--r-- | test/behavior/alignof.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/alignof.zig b/test/behavior/alignof.zig index b065e4b87f..d6491ff22e 100644 --- a/test/behavior/alignof.zig +++ b/test/behavior/alignof.zig @@ -13,7 +13,6 @@ const Foo = struct { test "@alignOf(T) before referencing T" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; comptime try expect(@alignOf(Foo) != maxInt(usize)); if (native_arch == .x86_64) { comptime try expect(@alignOf(Foo) == 4); |
