aboutsummaryrefslogtreecommitdiff
path: root/test/behavior
diff options
context:
space:
mode:
authorMitchell Hashimoto <mitchell.hashimoto@gmail.com>2022-02-27 17:30:15 -0800
committerAndrew Kelley <andrew@ziglang.org>2022-02-28 20:42:13 -0700
commitbfada7c5144ce7f99ab92a76f65ca310440a2df9 (patch)
treecbce207709d897d0a64583f40e33ea82d0c07fd0 /test/behavior
parentd5131e91eba9324eda3a2ae47eb2aa4530c87e83 (diff)
downloadzig-bfada7c5144ce7f99ab92a76f65ca310440a2df9.tar.gz
zig-bfada7c5144ce7f99ab92a76f65ca310440a2df9.zip
stage2: implement peer type resolution between error unions
Diffstat (limited to 'test/behavior')
-rw-r--r--test/behavior/error.zig2
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);
}