Files
mercury/tests/invalid/undef_lambda_mode.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

4 lines
176 B
Plaintext

undef_lambda_mode.m:010: In mode declaration for lambda expression:
undef_lambda_mode.m:010: error: undefined mode `junk'/0.
For more information, try recompiling with `-E'.