aboutsummaryrefslogtreecommitdiff
path: root/test/behavior/type.zig
diff options
context:
space:
mode:
authorAndrew Kelley <andrew@ziglang.org>2021-06-10 20:13:43 -0700
committerAndrew Kelley <andrew@ziglang.org>2021-06-10 20:13:43 -0700
commit138afd5cbfbe17829082efa3084f63de88aa1c90 (patch)
tree9fa22ed8b26d212f181f31ccd798a8944b17e258 /test/behavior/type.zig
parenta3f7a48d9c9916a36a0b246eefbf5516e9400b95 (diff)
downloadzig-138afd5cbfbe17829082efa3084f63de88aa1c90.tar.gz
zig-138afd5cbfbe17829082efa3084f63de88aa1c90.zip
zig fmt
Diffstat (limited to 'test/behavior/type.zig')
-rw-r--r--test/behavior/type.zig2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/behavior/type.zig b/test/behavior/type.zig
index 92756b9e66..5fd89ab43c 100644
--- a/test/behavior/type.zig
+++ b/test/behavior/type.zig
@@ -182,7 +182,7 @@ test "Type.Optional" {
}
test "Type.ErrorUnion" {
- try testTypes(&[_]type{
+ try testTypes(&[_]type{
error{}!void,
error{Error}!void,
});