Files
mercury/tests/invalid/bigtest.err_exp
Fergus Henderson 66cf5dc7be Update the test results to reflect the new warnings
Estimated hours taken: 0.25

tests/invalid/*.err_exp:
	Update the test results to reflect the new warnings
	about modules with no exports.
1998-10-30 04:38:48 +00:00

16 lines
955 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: 1: Warning: interface for module `bigtest' does not export anything.
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: Sorry, not implemented: undiscriminated union type.
bigtest.m:016: (The syntax for type equivalence is `:- type t1 == t2'.)
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'.