Files
mercury/tests/invalid/tricky_assert.err_exp
2024-05-30 20:42:34 +10:00

7 lines
439 B
Plaintext
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

tricky_assert.m:010: In interface for module `tricky_assert':
tricky_assert.m:010: error: this exported promise refers to predicate
tricky_assert.m:010: `tricky_assert.local'/0, which is not exported from
tricky_assert.m:010: module `tricky_assert'.
tricky_assert.m:010: Either move the promise into the implementation section,
tricky_assert.m:010: or move the definition into the interface.