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/switch.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/switch.zig')
| -rw-r--r-- | test/behavior/switch.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/switch.zig b/test/behavior/switch.zig index d218fb6bc6..29dcd8491a 100644 --- a/test/behavior/switch.zig +++ b/test/behavior/switch.zig @@ -490,7 +490,6 @@ test "switch prongs with error set cases make a new error set type for capture v } test "return result loc and then switch with range implicit casted to error union" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const S = struct { |
