diff options
| author | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-27 13:14:57 +0100 |
|---|---|---|
| committer | joachimschmidt557 <joachim.schmidt557@outlook.com> | 2022-02-27 21:38:56 +0100 |
| commit | 91fbcf70935118c0667031ba7ae76fa0e75d80cc (patch) | |
| tree | 35ea06ecf4d617336e7722cb7233362e2e550ffa /test/behavior/align.zig | |
| parent | 528008a981cb3c63baf1fa7ce7f888f68be725ee (diff) | |
| download | zig-91fbcf70935118c0667031ba7ae76fa0e75d80cc.tar.gz zig-91fbcf70935118c0667031ba7ae76fa0e75d80cc.zip | |
stage2 ARM: enable more behavior tests
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 28dcd7a508..acdf484b15 100644 --- a/test/behavior/align.zig +++ b/test/behavior/align.zig @@ -6,8 +6,6 @@ const native_arch = builtin.target.cpu.arch; var foo: u8 align(4) = 100; test "global variable alignment" { - if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; - comptime try expect(@typeInfo(@TypeOf(&foo)).Pointer.alignment == 4); comptime try expect(@TypeOf(&foo) == *align(4) u8); { |
