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/try.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/try.zig')
| -rw-r--r-- | test/behavior/try.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/try.zig b/test/behavior/try.zig index b0559d4549..59309e53d0 100644 --- a/test/behavior/try.zig +++ b/test/behavior/try.zig @@ -3,7 +3,6 @@ const builtin = @import("builtin"); const expect = std.testing.expect; test "try on error union" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; try tryOnErrorUnionImpl(); |
