diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-05 11:31:51 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-03-05 11:31:51 +0100 |
| commit | a06e9eca45f72b28ed9ca00da5c9562e969cc84d (patch) | |
| tree | eebd5b573c86e1ec206e5a57328c3649a05002e0 /test/behavior/align.zig | |
| parent | ed7e2938ff2385d658f04248f1c757b324009be4 (diff) | |
| download | zig-a06e9eca45f72b28ed9ca00da5c9562e969cc84d.tar.gz zig-a06e9eca45f72b28ed9ca00da5c9562e969cc84d.zip | |
stage2 AArch64: add more slice support
* airSlice
* airArrayToSlice
* and initial support for airSlicePtr and co
Diffstat (limited to 'test/behavior/align.zig')
| -rw-r--r-- | test/behavior/align.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/align.zig b/test/behavior/align.zig index 461fd852e4..a0f05e5c1c 100644 --- a/test/behavior/align.zig +++ b/test/behavior/align.zig @@ -269,7 +269,6 @@ fn whyWouldYouEverDoThis(comptime align_bytes: u8) align(align_bytes) u8 { test "runtime known array index has best alignment possible" { if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO - if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO // take full advantage of over-alignment |
