Files
mercury/tests/invalid/modes_erroneous.err_exp
Zoltan Somogyi 64b3e74266 A script to compare actual and expected error outputs from the
Estimated hours taken: 0.5

runtests:
	A script to compare actual and expected error outputs from the
	compiler.

Mmake:
	Don't test types.m, since we don't pass it, and lambda_type_bad,
	since the tested code is no longer invalid.

*.err_exp:
	The expected error outputs.
1996-11-04 07:15:18 +00:00

6 lines
358 B
Plaintext

modes_erroneous.m:009: In clause for `p((ground -> ground), (free -> ground))':
modes_erroneous.m:009: in argument 1 of call to predicate `modes_erroneous:p/2':
modes_erroneous.m:009: mode error: variable `V_5' has instantiatedness `free',
modes_erroneous.m:009: expected instantiatedness was `ground'.
For more information, try recompiling with `-E'.