Files
mercury/tests/invalid/multiply_star.err_exp
Zoltan Somogyi 457dba0c6c Fix the failure of invalid/multiply_star in debug grades.
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.
2023-10-05 00:32:47 +11:00

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 `>'?)