Skip to content

Commit 5fb69bd

Browse files
authored
Merge pull request #39 from mjp41/three_regions
Remove second parent pointer.
2 parents 7fc63d3 + e92c09c commit 5fb69bd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/three_regions.vpy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ e["f"] = {}
1818
region(e)
1919

2020

21-
# connect first region to second in two ways
21+
# connect first region
2222
a.c = c
23-
a.b.d = c.d
23+
2424
# Connect first region to third with single entry point
2525
a.b.e = e.f
2626

0 commit comments

Comments
 (0)