aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/member_func.zig
diff options
context:
space:
mode:
authorJacob Young <jacobly0@users.noreply.github.com>2023-03-13 21:12:57 -0400
committerJacob Young <jacobly0@users.noreply.github.com>2023-03-15 01:04:21 -0400
commitc51930b060cf66b21c78b97e53fd71b153a5e60c (patch)
tree14b21f48fa4e07f2abee9265384535bb0a79e668 /test/behavior/member_func.zig
parent5ab426a3020614dcc8640a4019c8d93c6c917ea0 (diff)
downloadzig-c51930b060cf66b21c78b97e53fd71b153a5e60c.tar.gz
zig-c51930b060cf66b21c78b97e53fd71b153a5e60c.zip
behavior: enable passing behavior tests on stage2_x86_64
Diffstat (limited to 'test/behavior/member_func.zig')
-rw-r--r--test/behavior/member_func.zig2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/member_func.zig b/test/behavior/member_func.zig
index a6229846d6..e7b19d5c01 100644
--- a/test/behavior/member_func.zig
+++ b/test/behavior/member_func.zig
@@ -27,7 +27,6 @@ const HasFuncs = struct {
};
test "standard field calls" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO
@@ -71,7 +70,6 @@ test "standard field calls" {
}
test "@field field calls" {
- if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest;
if (builtin.zig_backend == .stage2_sparc64) return error.SkipZigTest; // TODO