aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-02-23 21:32:25 +0100
committerjoachimschmidt557 <joachim.schmidt557@outlook.com>2022-02-23 21:58:13 +0100
commitf91fe9afb92dda2b7b1ae37147ce7af40101d5ea (patch)
tree3e9743e17dab31808acbd39def65afa3aba85b51 /test/behavior/struct.zig
parent4683f94463cf7165bcaf88c8de73dd7ed5279c60 (diff)
downloadzig-f91fe9afb92dda2b7b1ae37147ce7af40101d5ea.tar.gz
zig-f91fe9afb92dda2b7b1ae37147ce7af40101d5ea.zip
stage2 AArch64: more support for MCValue.got_load and direct_load
Diffstat (limited to 'test/behavior/struct.zig')
-rw-r--r--test/behavior/struct.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig
index 99dec11bf9..5f46894fda 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -66,7 +66,6 @@ const SmallStruct = struct {
};
test "lower unnamed constants" {
- if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest;
var foo = SmallStruct{ .a = 1, .b = 255 };
try expect(foo.first() == 1);
try expect(foo.second() == 255);