Skip to content

Commit 9759c37

Browse files
Merge pull request #5071 from owen-mc-diffblue/fix-intermittently-failing-natural-loops-test
Make test more robust to different orders
2 parents 8c7ee00 + 5448fb9 commit 9759c37

File tree

1 file changed

+4
-1
lines changed
  • regression/goto-instrument/natural-loops-multiple-backedges

1 file changed

+4
-1
lines changed
Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,11 @@
11
CORE
22
main.c
33
--show-natural-loops
4-
0 is head of \{ 0, 1, 2, 4 \}
4+
0 is head of \{ [0124], [0124], [0124], [0124] \}
55
^EXIT=0$
66
^SIGNAL=0$
77
--
88
^warning: ignoring
9+
--
10+
In the line beginning "0 is head of" we expect to get 0, 1, 2 and 4 in some
11+
order

0 commit comments

Comments
 (0)