mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +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.
6 lines
358 B
Plaintext
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'.
|