diff options
| author | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-13 21:12:57 -0400 |
|---|---|---|
| committer | Jacob Young <jacobly0@users.noreply.github.com> | 2023-03-15 01:04:21 -0400 |
| commit | c51930b060cf66b21c78b97e53fd71b153a5e60c (patch) | |
| tree | 14b21f48fa4e07f2abee9265384535bb0a79e668 /test/behavior/type.zig | |
| parent | 5ab426a3020614dcc8640a4019c8d93c6c917ea0 (diff) | |
| download | zig-c51930b060cf66b21c78b97e53fd71b153a5e60c.tar.gz zig-c51930b060cf66b21c78b97e53fd71b153a5e60c.zip | |
behavior: enable passing behavior tests on stage2_x86_64
Diffstat (limited to 'test/behavior/type.zig')
| -rw-r--r-- | test/behavior/type.zig | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/test/behavior/type.zig b/test/behavior/type.zig index 325bf0a8ed..7f44f350d1 100644 --- a/test/behavior/type.zig +++ b/test/behavior/type.zig @@ -449,8 +449,6 @@ test "Type.Union" { } test "Type.Union from Type.Enum" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO - const Tag = @Type(.{ .Enum = .{ .tag_type = u0, @@ -475,8 +473,6 @@ test "Type.Union from Type.Enum" { } test "Type.Union from regular enum" { - if (builtin.zig_backend == .stage2_x86_64) return error.SkipZigTest; // TODO - const E = enum { working_as_expected }; const T = @Type(.{ .Union = .{ |
