Files
mercury/tests/warnings/format_call_multi.exp
Julien Fischer d04742542c Test format_call pragmas with multi-moded predicates.
tests/warnings/Mmakefile:
tests/warnings/format_call_multi.{m,exp}:
tests/warnings/m12.m:
     As above.
2023-01-08 16:09:28 +11:00

19 lines
1.1 KiB
Plaintext

format_call_multi.m:030: Mismatched format and values in call to predicate
format_call_multi.m:030: `m12.log_msg'/5:
format_call_multi.m:030: The first conversion specifier uses the specifier
format_call_multi.m:030: character `d', but the corresponding input is a
format_call_multi.m:030: string. The only specifier applicable to strings is
format_call_multi.m:030: %s.
format_call_multi.m:039: Mismatched format and values in call to predicate
format_call_multi.m:039: `m12.log_msg'/5:
format_call_multi.m:039: The first conversion specifier uses the specifier
format_call_multi.m:039: character `d', but the corresponding input is a
format_call_multi.m:039: string. The only specifier applicable to strings is
format_call_multi.m:039: %s.
format_call_multi.m:052: Mismatched format and values in call to predicate
format_call_multi.m:052: `m12.log_msg'/5:
format_call_multi.m:052: The first conversion specifier uses the specifier
format_call_multi.m:052: character `d', but the corresponding input is a
format_call_multi.m:052: string. The only specifier applicable to strings is
format_call_multi.m:052: %s.