mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-25 06:14:18 +00:00
tests/invalid/multiply_star.err_exp3:
Add a file for the expected error message in debug grades.
tests/invalid/multiply_star.m:
Add a description of the reason for the difference in expected
error messages in debug grades.
tests/invalid/Mercury.options:
Specify verbose errors, which affects the .err_exp2 file.
tests/invalid/multiply_star.err_exp:
tests/invalid/multiply_star.err_exp2:
Update the line numbers in the error messages.
4 lines
161 B
Plaintext
4 lines
161 B
Plaintext
multiply_star.m:031: In clause for predicate `p'/2:
|
|
multiply_star.m:031: error: undefined symbol `*'/2.
|
|
multiply_star.m:031: (Did you mean `<', `=' or `>'?)
|