diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-09 22:36:23 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-13 11:32:07 +0100 |
| commit | 12207bbbd620903c81b0134816e71e373751b2d6 (patch) | |
| tree | c25e83b31f83f1ddc182b36c1ae0309b1e3e1024 /test/behavior/math.zig | |
| parent | 03dddc8d9c7613aff877f0dcf0efe0193869ef73 (diff) | |
| download | zig-12207bbbd620903c81b0134816e71e373751b2d6.tar.gz zig-12207bbbd620903c81b0134816e71e373751b2d6.zip | |
stage2 AArch64: Implement bit shifting with immediate operands
Diffstat (limited to 'test/behavior/math.zig')
| -rw-r--r-- | test/behavior/math.zig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig index a8daac54b5..413cf53044 100644 --- a/test/behavior/math.zig +++ b/test/behavior/math.zig @@ -573,7 +573,7 @@ test "bit shift a u1" { test "truncating shift right" { if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO +// if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO try testShrTrunc(maxInt(u16)); comptime try testShrTrunc(maxInt(u16)); |
