diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-08 08:54:49 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2022-10-25 05:11:28 -0400 |
| commit | 6a4266d62aacf887a81549d81ae6f312992d2b2c (patch) | |
| tree | c06696c4224bebe1927779948441aed4f0808b39 /test/behavior/basic.zig | |
| parent | 7c9a9a0fd4560d8ce5d61ab96b9403d27dd872b3 (diff) | |
| download | zig-6a4266d62aacf887a81549d81ae6f312992d2b2c.tar.gz zig-6a4266d62aacf887a81549d81ae6f312992d2b2c.zip | |
cbe: fix infinite recursion on recursive types
Diffstat (limited to 'test/behavior/basic.zig')
| -rw-r--r-- | test/behavior/basic.zig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/behavior/basic.zig b/test/behavior/basic.zig index e2df3d6aed..78cc683310 100644 --- a/test/behavior/basic.zig +++ b/test/behavior/basic.zig @@ -590,7 +590,6 @@ test "equality compare fn ptrs" { test "self reference through fn ptr field" { if (builtin.zig_backend == .stage1) return error.SkipZigTest; - if (builtin.zig_backend == .stage2_c) return error.SkipZigTest; const S = struct { const A = struct { |
