diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-04-16 23:03:11 +0200 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-04-19 22:40:48 +0200 |
| commit | d9d9fea6aee7fd0f4dadb53e41f9884330229051 (patch) | |
| tree | eb8197c3f6551a0dec931bcffb7fa3dad4a52aef /test/behavior/basic.zig | |
| parent | f95a8ddafa53d4cee591c82bd5ed3eb0eac4a51b (diff) | |
| download | zig-d9d9fea6aee7fd0f4dadb53e41f9884330229051.tar.gz zig-d9d9fea6aee7fd0f4dadb53e41f9884330229051.zip | |
stage2 AArch64: Add ldrsb, ldrsh instructions
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index 39e6322e20..d608cba98b 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -23,8 +23,6 @@ fn testTruncate(x: u32) u8 { } test "truncate to non-power-of-two integers" { - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; - try testTrunc(u32, u1, 0b10101, 0b1); try testTrunc(u32, u1, 0b10110, 0b0); try testTrunc(u32, u2, 0b10101, 0b01); |
