diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-05-22 15:36:45 +0200 |
|---|---|---|
| committer | Joachim Schmidt <joachim.schmidt557@outlook.com> | 2022-05-22 21:02:32 +0200 |
| commit | b56b4428a3a2fd8cf244580f997ec0ed2010fce2 (patch) | |
| tree | 0556328e5d095bcb9ab9d9c5d5f171827828cb90 /test/behavior | |
| parent | 9747303d16dfca61316a292d1e05ac901191e3a3 (diff) | |
| download | zig-b56b4428a3a2fd8cf244580f997ec0ed2010fce2.tar.gz zig-b56b4428a3a2fd8cf244580f997ec0ed2010fce2.zip | |
stage2 ARM: fix recursive fibonacci
Some handling of register_c_flag/register_v_flag was incorrect.
Diffstat (limited to 'test/behavior')
| -rw-r--r-- | test/behavior/underscore.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/underscore.zig b/test/behavior/underscore.zig index 9305149f5a..dcbe037065 100644 --- a/test/behavior/underscore.zig +++ b/test/behavior/underscore.zig @@ -7,7 +7,6 @@ test "ignore lval with underscore" { } test "ignore lval with underscore (while loop)" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; while (optionalReturnError()) |_| { |
