diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-12-29 12:21:31 +0800 |
|---|---|---|
| committer | Joachim Schmidt <joachim.schmidt557@outlook.com> | 2022-12-29 11:12:08 +0100 |
| commit | 1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5 (patch) | |
| tree | 024193b17c0c447172874a360d4fde8a4e10bf67 /test/behavior/if.zig | |
| parent | 34887cf136878c87357fa0eec52a12db300d8f27 (diff) | |
| download | zig-1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5.tar.gz zig-1caf56c5fbbb10fa28f8bf204d073983ce2a6dd5.zip | |
stage2 AArch64: implement errUnion{Err,Payload} for registers
Diffstat (limited to 'test/behavior/if.zig')
| -rw-r--r-- | test/behavior/if.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/if.zig b/test/behavior/if.zig index 6178fc6a1b..ac11a6585d 100644 --- a/test/behavior/if.zig +++ b/test/behavior/if.zig @@ -44,7 +44,6 @@ var global_with_val: anyerror!u32 = 0; var global_with_err: anyerror!u32 = error.SomeError; test "unwrap mutable global var" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO if (global_with_val) |v| { |
