Files
mercury/tests/term/existential_error3.trans_opt_exp
Zoltan Somogyi ae5f8d4ce7 Don't add unneeded ()s around qualified sym_names.
compiler/parse_tree_out_sym_name.m:
    As above.

tests/invalid/*.err_exp:
tests/term/*.trans_opt_exp:
tests/warnings/test_tscp.exp:
    Update these files to expect the *absence* of unnecessary parentheses
    around sym_names.

tests/term/foreign_valid.m:
    Export some pragmas to avoid warnings that are irrelevant to the test.
2024-02-07 22:52:32 +11:00

6 lines
265 B
Plaintext

:- module existential_error3.
:- pragma termination_info(existential_error3.test(builtin.in), finite(0, [no]), cannot_loop).
:- pragma termination2_info(existential_error3.test(builtin.in), constraints([le([term(0, r(-1, 1))], r(-2, 1))]), not_set, cannot_loop).