Files
mercury/tests/invalid/some.err_exp
Fergus Henderson a251166d8e Update the test results to reflect the extra parentheses
Estimated hours taken: 0.5

tests/invalid/some.err_exp:
tests/invalid/predmode.err_exp:
tests/invalid/func_errors.err_exp:
	Update the test results to reflect the extra parentheses
	now printed out by term_io__write_term.
1998-11-15 06:56:57 +00:00

15 lines
803 B
Plaintext

some.m:006: Error: unrecognized declaration: some junk pred p2((int :: in)) is semidet.
some.m:012: In clause for predicate `some:p1/1':
some.m:012: in argument 1 of call to predicate `some/2':
some.m:012: error: undefined symbol `junk/0'.
some.m:012: In clause for predicate `some:p1/1':
some.m:012: syntax error in existential quantification: first
some.m:012: argument of `some' should be a list of variables.
some.m:013: In clause for predicate `some:p3/1':
some.m:013: in argument 1 of call to predicate `some/2':
some.m:013: error: undefined symbol `junk/0'.
some.m:013: In clause for predicate `some:p3/1':
some.m:013: syntax error in existential quantification: first
some.m:013: argument of `some' should be a list of variables.
For more information, try recompiling with `-E'.