mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 21:33:49 +00:00
Estimated hours taken: 0.5 tests/invalid/some.err_exp: tests/invalid/predmode.err_exp: tests/invalid/func_errors.err_exp: Update the test results to reflect the extra parentheses now printed out by term_io__write_term.
7 lines
555 B
Plaintext
7 lines
555 B
Plaintext
func_errors.m:009: Error: function declaration specifies a determinism but does not specify the mode: foo(int, int).
|
|
func_errors.m:010: Error: some but not all arguments have modes: bar((int :: in), int).
|
|
func_errors.m:011: Error: function arguments have modes, but function result doesn't: baz((int :: in), (int :: in)).
|
|
func_errors.m:012: Error: function result has mode, but function arguments don't: quux(int, int).
|
|
func_errors.m:018: Error: some but not all arguments have modes: q((int :: in), int).
|
|
For more information, try recompiling with `-E'.
|