mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 11:54:02 +00:00
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.
10 lines
659 B
Plaintext
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'.
|