Skip to content

Commit 3336783

Browse files
committed
Remove second parent pointer.
1 parent 5b26bc4 commit 3336783

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/three_regions.vpy

+2-2
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)