Files
mercury/tests/invalid/bigtest.err_exp
Zoltan Somogyi 64b3e74266 A script to compare actual and expected error outputs from the
Estimated hours taken: 0.5

runtests:
	A script to compare actual and expected error outputs from the
	compiler.

Mmake:
	Don't test types.m, since we don't pass it, and lambda_type_bad,
	since the tested code is no longer invalid.

*.err_exp:
	The expected error outputs.
1996-11-04 07:15:18 +00:00

14 lines
810 B
Plaintext

bigtest.m:001: Warning: module should start with a `:- module' declaration.
bigtest.m:006: Syntax error at token ':-': operator precedence error.
bigtest.m:008: Error: unrecognized declaration: incorrect_declaration.
bigtest.m:001: Warning: declaration not yet implemented.
bigtest.m:002: Warning: declaration not yet implemented.
bigtest.m:003: Warning: declaration not yet implemented.
bigtest.m:016: Warning: undiscriminated union types (`+') not implemented.
bigtest.m:005: Error: clause for predicate `bigtest:fact/0'
bigtest.m:005: without preceding `pred' declaration.
bigtest.m:005: Inferred :- pred fact.
bigtest.m:010: Error: no mode declaration for predicate `bigtest:p/1'.
bigtest.m:005: Error: no mode declaration for predicate `bigtest:fact/0'.
For more information, try recompiling with `-E'.