tests/test-ancestor.py.out
changeset 39474 a60dae060bc8
parent 39473 b6db2e80a9ce
child 39475 431068d7e9db
--- a/tests/test-ancestor.py.out	Thu Sep 06 17:00:28 2018 -0400
+++ b/tests/test-ancestor.py.out	Thu Sep 06 19:37:38 2018 -0400
@@ -9,10 +9,10 @@
 iteration:  [1, 0]
 % lazy ancestor set for [11, 13], stoprev = 0, inclusive = True
 membership: [11, 13, 7, 8, 3, 4, 1, 0]
-iteration:  [11, 13, 8, 7, 4, 3, 2, 1, 0]
+iteration:  [13, 11, 8, 7, 4, 3, 2, 1, 0]
 % lazy ancestor set for [11, 13], stoprev = 6, inclusive = False
 membership: [7, 8]
 iteration:  [8, 7]
 % lazy ancestor set for [11, 13], stoprev = 6, inclusive = True
 membership: [11, 13, 7, 8]
-iteration:  [11, 13, 8, 7]
+iteration:  [13, 11, 8, 7]