diff options
| author | Jakub Konka <kubkon@jakubkonka.com> | 2022-02-08 21:04:38 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-08 21:04:38 +0100 |
| commit | c256603eaef162e7df004d3508bbd4f2ec3470eb (patch) | |
| tree | 60fd2c37a73f090facfacb89e72e394be37d07ed /test/behavior/align.zig | |
| parent | 37fea3e3ddc1f7d266d95789c3b1005291bcb96b (diff) | |
| parent | 8fe9d2f9867101fc8d6a91c6e10c6f3b644ce6a8 (diff) | |
| download | zig-c256603eaef162e7df004d3508bbd4f2ec3470eb.tar.gz zig-c256603eaef162e7df004d3508bbd4f2ec3470eb.zip | |
Merge pull request #10839 from joachimschmidt557/stage2-arm
stage2 ARM: genTypedValue for all integer types
Diffstat (limited to 'test/behavior/align.zig')
| -rw-r--r-- | test/behavior/align.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/align.zig b/test/behavior/align.zig index 1044742627..96278524c0 100644 --- a/test/behavior/align.zig +++ b/test/behavior/align.zig @@ -93,8 +93,6 @@ test "@ptrCast preserves alignment of bigger source" { } test "alignstack" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; - try expect(fnWithAlignedStack() == 1234); } |
