Files
mercury/tests/invalid/missing_interface_import.err_exp2
Simon Taylor 1266cefeaf Fix expected output.
Estimated hours taken: 0.1
Branches: main

tests/invalid/missing_interface_import.err_exp:
tests/invalid/missing_interface_import.err_exp2:
	Fix expected output.
2003-12-04 12:06:20 +00:00

12 lines
864 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:007: (the module `map' has not been imported in the interface).
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 in the interface).
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.m:010: (the module `list' has not been imported in the interface).
`Mercury/ints/missing_interface_import.int' not written.
For more information, try recompiling with `-E'.