diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-12 21:02:53 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-13 11:32:08 +0100 |
| commit | b74cd902c6abf46644329409dae493335a1708bc (patch) | |
| tree | 660c3d3afaf2d3cd1c2f996d2ba1fe92ddd2baea /test/behavior/math.zig | |
| parent | 1f28c72c395e9418cbb074d1490426b3dc359a5f (diff) | |
| download | zig-b74cd902c6abf46644329409dae493335a1708bc.tar.gz zig-b74cd902c6abf46644329409dae493335a1708bc.zip | |
stage2 AArch64: enable mul for ints with <= 64 bits
Diffstat (limited to 'test/behavior/math.zig')
| -rw-r--r-- | test/behavior/math.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/math.zig b/test/behavior/math.zig index 413cf53044..c6fc43e38c 100644 --- a/test/behavior/math.zig +++ b/test/behavior/math.zig @@ -573,7 +573,6 @@ 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 try testShrTrunc(maxInt(u16)); comptime try testShrTrunc(maxInt(u16)); |
