diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2022-02-27 17:30:15 -0800 |
|---|---|---|
| committer | Andrew Kelley <andrew@ziglang.org> | 2022-02-28 20:42:13 -0700 |
| commit | bfada7c5144ce7f99ab92a76f65ca310440a2df9 (patch) | |
| tree | cbce207709d897d0a64583f40e33ea82d0c07fd0 /test | |
| parent | d5131e91eba9324eda3a2ae47eb2aa4530c87e83 (diff) | |
| download | zig-bfada7c5144ce7f99ab92a76f65ca310440a2df9.tar.gz zig-bfada7c5144ce7f99ab92a76f65ca310440a2df9.zip | |
stage2: implement peer type resolution between error unions
Diffstat (limited to 'test')
| -rw-r--r-- | test/behavior/error.zig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/behavior/error.zig b/test/behavior/error.zig index ab58874c34..04989388e5 100644 --- a/test/behavior/error.zig +++ b/test/behavior/error.zig @@ -264,8 +264,6 @@ fn testErrToIntWithOnePossibleValue( } test "error union peer type resolution" { - if (builtin.zig_backend != .stage1) return error.SkipZigTest; // TODO - try testErrorUnionPeerTypeResolution(1); } |
