mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-27 15:24:00 +00:00
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.
14 lines
773 B
Plaintext
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'.
|