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

10 lines
659 B
Plaintext

missing_det_decls.m:004: Error: no determinism declaration for exported
missing_det_decls.m:004: predicate `missing_det_decls:exp1/0'.
missing_det_decls.m:007: Error: no determinism declaration for exported
missing_det_decls.m:007: predicate `missing_det_decls:exp2/1'.
missing_det_decls.m:004: Error: no clauses for predicate `missing_det_decls:exp1/0'
missing_det_decls.m:006: Error: no clauses for predicate `missing_det_decls:exp2/1'
missing_det_decls.m:011: Error: no clauses for predicate `missing_det_decls:loc1/0'
missing_det_decls.m:013: Error: no clauses for predicate `missing_det_decls:loc2/1'
For more information, try recompiling with `-E'.