Files
mercury/tests/invalid/inst_matches_final_bug.err_exp
Peter Wang 287eb3bb12 Enable two test cases for checking final insts.
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.
2015-02-20 15:13:02 +11:00

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)'.