mirror of
https://github.com/Mercury-Language/mercury.git
synced 2025-12-18 07:15:19 +00:00
Estimated hours taken: 0.5 Branches: main compiler/modules.m: Convert an error message to use error_util. tests/invalid/duplicate_module_test.err_exp tests/invalid/nested_impl_in_int.err_exp: Update the expected output for these tests.
11 lines
645 B
Plaintext
11 lines
645 B
Plaintext
nested_impl_in_int.m:020: In interface for module `nested_impl_in_int':
|
|
nested_impl_in_int.m:020: in definition of sub-module `child':
|
|
nested_impl_in_int.m:020: error: `:- implementation.' declaration for
|
|
nested_impl_in_int.m:020: sub-module occurs in interface section of parent
|
|
nested_impl_in_int.m:020: module.
|
|
nested_impl_in_int.m:037: In interface for module `nested_impl_in_int':
|
|
nested_impl_in_int.m:037: in definition of sub-module `child2':
|
|
nested_impl_in_int.m:037: error: `:- implementation.' declaration for
|
|
nested_impl_in_int.m:037: sub-module occurs in interface section of parent
|
|
nested_impl_in_int.m:037: module.
|