mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-23 21:33:49 +00:00
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.
14 lines
810 B
Plaintext
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'.
|