Files
mercury/tests/invalid/undeclared_mode.err_exp
Zoltan Somogyi 3dc4babb24 Update the style of more test cases.
And update expected output files for changes in line numbers.
2021-07-27 13:29:46 +10:00

5 lines
222 B
Plaintext

undeclared_mode.m:034: Error: no mode declaration for predicate
undeclared_mode.m:034: `sort_of_factorial'/2.
undeclared_mode.m:034: Inferred :- mode sort_of_factorial(di, uo).
For more information, recompile with `-E'.