mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 13:53:54 +00:00
These test cases were not enabled before due to problems with the mode
checker, since fixed in commit 491bb0ab5f
and thereabouts.
tests/invalid/Mmakefile:
Enable ho_default_func_4 and inst_matches_final_bug.
tests/invalid/ho_default_func_4.m:
Update module import.
tests/invalid/ho_default_func_4.err_exp:
tests/invalid/inst_matches_final_bug.err_exp:
Add expected outputs.
7 lines
399 B
Plaintext
7 lines
399 B
Plaintext
inst_matches_final_bug.m:023: In clause for `return_three = out(bound(3))':
|
|
inst_matches_final_bug.m:023: mode error: argument 1 did not get sufficiently
|
|
inst_matches_final_bug.m:023: instantiated.
|
|
inst_matches_final_bug.m:023: Final instantiatedness of `HeadVar__1' was
|
|
inst_matches_final_bug.m:023: `ground',
|
|
inst_matches_final_bug.m:023: expected final instantiatedness was `bound(3)'.
|