mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-24 05:43:53 +00:00
Estimated hours taken: 1
Change from using `:- assertion' to `:- promise'.
invalid/assert_in_interface.err_exp:
invalid/assert_in_interface.m:
invalid/tricky_assert1.err_exp:
invalid/tricky_assert1.m:
valid/tricky_assert2.m:
Make the required changes.
5 lines
311 B
Plaintext
5 lines
311 B
Plaintext
assert_in_interface.m:005: In interface for module `assert_in_interface':
|
|
assert_in_interface.m:005: error: exported promise refers to predicate `list:last/2'
|
|
assert_in_interface.m:005: which is defined in the implementation of module `assert_in_interface'.
|
|
For more information, try recompiling with `-E'.
|