Files
mercury/tests/invalid/nested_impl_in_int.err_exp
Zoltan Somogyi 0ab79f3c91 Convert an error message to use error_util.
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.
2005-10-27 02:22:05 +00:00

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.