Files
mercury/tests/warnings/non_stratification.exp
Zoltan Somogyi c03b11ca48 Update the style of more test cases.
And updated expected outputs for changed line numbers.
2021-07-27 19:29:21 +10:00

8 lines
466 B
Plaintext

non_stratification.m:017: In `foo'(in):
non_stratification.m:017: warning: call introduces a non-stratified loop.
non_stratification.m:017: A non-stratified loop is a loop in the call graph
non_stratification.m:017: of the given predicate/function that allows it to
non_stratification.m:017: call itself in a negated context. This can cause
non_stratification.m:017: problems for bottom-up evaluation of the
non_stratification.m:017: predicate/function.