mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-29 08:14:31 +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.
5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
undef_mode.m: 1: Warning: interface for module `undef_mode' does not export anything.
|
|
undef_mode.m:004: In mode declaration for predicate `undef_mode:x'/1:
|
|
undef_mode.m:004: error: undefined mode `foo'/0.
|
|
For more information, try recompiling with `-E'.
|