aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/alignof.zig
diff options
context:
space:
mode:
authorjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-02-05 23:17:34 +0100
committerAndrew Kelley <andrew@ziglang.org>2022-02-06 02:23:31 -0500
commit4468abfc424ba645413ee076e5e2e370aa807bcc (patch)
treedf7952a442256784ac158d38a91f1b0e020d109b /test/behavior/alignof.zig
parent6f87f49f3ddf4fb56f8b4e2ff86d1020ab2dd690 (diff)
downloadzig-4468abfc424ba645413ee076e5e2e370aa807bcc.tar.gz
zig-4468abfc424ba645413ee076e5e2e370aa807bcc.zip
stage2 ARM: enable a handful of passing behavior tests
Diffstat (limited to 'test/behavior/alignof.zig')
-rw-r--r--test/behavior/alignof.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/alignof.zig b/test/behavior/alignof.zig
index 54e09877e1..749855db52 100644
--- a/test/behavior/alignof.zig
+++ b/test/behavior/alignof.zig
@@ -22,7 +22,6 @@ test "@alignOf(T) before referencing T" {
test "comparison of @alignOf(T) against zero" {
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest;
- if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
{
const T = struct { x: u32 };