Skip to content

Commit ccde7bb

Browse files
committed
Extensible tag unions
1 parent 0674ff9 commit ccde7bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/types_solve/unify.zig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2242,7 +2242,7 @@ test "unify - closed record mismatch on diff fields (fail)" {
22422242
try std.testing.expectEqual(Content.err, desc_b.content);
22432243
}
22442244

2245-
// // unification - structure/structure - records open
2245+
// unification - structure/structure - records open
22462246

22472247
test "unify - open record a extends b" {
22482248
const gpa = std.testing.allocator;
@@ -2395,7 +2395,7 @@ test "unify - record mismatch on shared field (fail)" {
23952395
try std.testing.expectEqual(Content.err, desc_b.content);
23962396
}
23972397

2398-
// // unification - structure/structure - records open+closed
2398+
// unification - structure/structure - records open+closed
23992399

24002400
test "unify - open record extends closed (fail)" {
24012401
const gpa = std.testing.allocator;

0 commit comments

Comments
 (0)