Files
mercury/tests/invalid/missing_interface_import.err_exp
Fergus Henderson 47d259d50a Update the error messages for undefined types in a few test cases
Estimated hours taken: 0.25

tests/invalid/missing_interface_import.err_exp
tests/invalid/test_nested.err_exp
	Update the error messages for undefined types in a few test cases
	to reflect my recent improvemnt to that error message.
1999-09-13 09:00:29 +00:00

10 lines
649 B
Plaintext

missing_interface_import.m:007: In definition of type `missing_interface_import:bar'/0:
missing_interface_import.m:007: error: undefined type `map'/2.
missing_interface_import.m:009: In definition of predicate `missing_interface_import:p'/1:
missing_interface_import.m:009: error: undefined type `std_util:univ'/0
missing_interface_import.m:009: (the module `std_util' has not been imported).
missing_interface_import.m:010: In definition of predicate `missing_interface_import:q'/1:
missing_interface_import.m:010: error: undefined type `list'/1.
`missing_interface_import.int' not written.
For more information, try recompiling with `-E'.