aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/slice.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/slice.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/slice.zig')
-rw-r--r--test/behavior/slice.zig1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/slice.zig b/test/behavior/slice.zig
index d6ab46e757..01d132df54 100644
--- a/test/behavior/slice.zig
+++ b/test/behavior/slice.zig
@@ -81,7 +81,6 @@ fn assertLenIsZero(msg: []const u8) !void {
}
test "access len index of sentinel-terminated slice" {
- if (builtin.zig_backend == .stage2_aarch64 and builtin.os.tag == .macos) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; // TODO
const S = struct {