| author | |
| committer | |
| log | 6ded2d2adb806845b79f1c5039ab76fdb890a225 |
| tree | 04c25ef61dda13c35c725d9f1cc92fdc49f4089f |
| parent | d0edaabf9d5fd4a8a8e43aef38d8970781dd1c86 |
1 files changed, 1 insertions(+), 0 deletions(-)
test/behavior/basic.zig+1| ... | ... | @@ -770,6 +770,7 @@ threadlocal var buffer: [11]u8 = undefined; |
| 770 | 770 | |
| 771 | 771 | test "auto created variables have correct alignment" { |
| 772 | 772 | if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO |
| 773 | if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO | |
| 773 | 774 | |
| 774 | 775 | const S = struct { |
| 775 | 776 | fn foo(str: [*]const u8) u32 { |