mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-20 11:54:02 +00:00
Estimated hours taken: 0.25 tests/invalid/*.err_exp: Update the test results to reflect the new warnings about modules with no exports.
7 lines
455 B
Plaintext
7 lines
455 B
Plaintext
modes_erroneous.m: 1: Warning: interface for module `modes_erroneous' does not export anything.
|
|
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'.
|