diff options
Diffstat (limited to 'test/behavior/struct.zig')
| -rw-r--r-- | test/behavior/struct.zig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/behavior/struct.zig b/test/behavior/struct.zig index 35e6e3a3a3..d4190fcd21 100644 --- a/test/behavior/struct.zig +++ b/test/behavior/struct.zig @@ -982,7 +982,8 @@ test "tuple assigned to variable" { } test "comptime struct field" { - if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_arm) return error.SkipZigTest; // TODO + if (builtin.zig_backend == .stage2_aarch64) return error.SkipZigTest; // TODO const T = struct { a: i32, |
