Files
mercury/tests/invalid/modes_erroneous.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

7 lines
455 B
Plaintext

modes_erroneous.m: 1: Warning: interface for module `modes_erroneous' does not export anything.
modes_erroneous.m:009: In clause for `p((ground -> ground), (free -> ground))':
modes_erroneous.m:009: in argument 1 of call to predicate `modes_erroneous:p/2':
modes_erroneous.m:009: mode error: variable `V_5' has instantiatedness `free',
modes_erroneous.m:009: expected instantiatedness was `ground'.
For more information, try recompiling with `-E'.