mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-21 12:23:44 +00:00
Estimated hours taken: 0.25 tests/nullary_ho_func_error.err_exp: Change the expected error message to match what is actually output.
9 lines
538 B
Plaintext
9 lines
538 B
Plaintext
nullary_ho_func_error.m:022: In clause for predicate `nullary_ho_func_error:main/2':
|
|
nullary_ho_func_error.m:022: in argument 1 of call to predicate `print/3':
|
|
nullary_ho_func_error.m:022: in argument 1 of functor `apply_nullary_func/1':
|
|
nullary_ho_func_error.m:022: type error in unification of argument
|
|
nullary_ho_func_error.m:022: and constant `pi'.
|
|
nullary_ho_func_error.m:022: argument has type `((func) = T)',
|
|
nullary_ho_func_error.m:022: constant `pi' has type `float'.
|
|
For more information, try recompiling with `-E'.
|