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

14 lines
773 B
Plaintext

test_nested.m:009: In module `test_nested':
test_nested.m:009: error in `use_module' declaration:
test_nested.m:009: module `parent:private_child' is inaccessible.
test_nested.m:010: In module `test_nested':
test_nested.m:010: error in `use_module' declaration:
test_nested.m:010: module `parent:undeclared_child' is inaccessible.
test_nested.m:013: In module `test_nested':
test_nested.m:013: error in `use_module' declaration:
test_nested.m:013: module `parent2:child' is inaccessible.
test_nested.m:015: In definition of type `test_nested:foo'/0:
test_nested.m:015: error: undefined type `parent:nonexistent_child:foo'/0
test_nested.m:015: (the module `(parent:nonexistent_child)' has not been imported).
For more information, try recompiling with `-E'.