Files
mercury/tests/invalid/missing_interface_import.err_exp2
Fergus Henderson 861e1caf91 Allow tests to pass if the output matches either the .err_exp
Estimated hours taken: 0.25

tests/invalid/Mmakefile:
	Allow tests to pass if the output matches either the .err_exp
	file or the .err_exp2 file (if any).

tests/invalid/missing_interface_import.err_exp2:
	Add an alternative expected output for this test case,
	since the output is different depending on whether
	or not it gets compiled with --use-subdirs.
1998-06-06 11:09:58 +00:00

9 lines
582 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:010: In definition of predicate `missing_interface_import:q'/1:
missing_interface_import.m:010: error: undefined type `list'/1.
`Mercury/ints/missing_interface_import.int' not written.
For more information, try recompiling with `-E'.