aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/struct.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-03-25 13:44:50 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-03-25 16:23:55 -0400
commit1e080e505617b8a7961971630c059592f7366223 (patch)
treea20ded8cf08eaddf48795549e649a3da0c622a6a /test/behavior/struct.zig
parent6d9bdc8733419ebfc9527d114b637c57d3fd8a42 (diff)
downloadzig-1e080e505617b8a7961971630c059592f7366223.tar.gz
zig-1e080e505617b8a7961971630c059592f7366223.zip
x86_64: implement atomic loops
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 61318ad6d2..b59615f01a 100644
--- a/test/behavior/struct.zig
+++ b/test/behavior/struct.zig
@@ -935,7 +935,6 @@ test "comptime struct field" {
}
test "tuple element initialized with fn call" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO