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/array.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/array.zig')
| -rw-r--r-- | test/behavior/array.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/array.zig b/test/behavior/array.zig index 3d39942e3d..098d3d343c 100644 --- a/test/behavior/array.zig +++ b/test/behavior/array.zig @@ -7,7 +7,6 @@ const expectEqual = testing.expectEqual; test "array to slice" { if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; const a: u32 align(4) = 3; const b: u32 align(8) = 4; |
