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/struct.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/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 12c874f8ba..06e3cacbd9 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -104,7 +104,6 @@ fn testMutation(foo: *StructFoo) void { test "struct byval assign" { if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; var foo1: StructFoo = undefined; var foo2: StructFoo = undefined; |
