File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2242,7 +2242,7 @@ test "unify - closed record mismatch on diff fields (fail)" {
2242
2242
try std .testing .expectEqual (Content .err , desc_b .content );
2243
2243
}
2244
2244
2245
- // // unification - structure/structure - records open
2245
+ // unification - structure/structure - records open
2246
2246
2247
2247
test "unify - open record a extends b" {
2248
2248
const gpa = std .testing .allocator ;
@@ -2395,7 +2395,7 @@ test "unify - record mismatch on shared field (fail)" {
2395
2395
try std .testing .expectEqual (Content .err , desc_b .content );
2396
2396
}
2397
2397
2398
- // // unification - structure/structure - records open+closed
2398
+ // unification - structure/structure - records open+closed
2399
2399
2400
2400
test "unify - open record extends closed (fail)" {
2401
2401
const gpa = std .testing .allocator ;
You can’t perform that action at this time.
0 commit comments