Files
mercury/tests/invalid/assert_in_interface.err_exp
Peter Ross 7e76fb58cc Change from using :- assertion' to :- promise'.
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.
1999-11-12 09:31:54 +00:00

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'.