Files
mercury/tests/invalid_submodules/nested_impl_in_int.err_exp
Zoltan Somogyi 28e0f62a7b Use color in split_parse_tree_src.m.
compiler/split_parse_tree_src.m:
    Add color to the diagnostics generated by this module.

    In a few cases, improve the wording of the diagnostic.

    Ensure that all error messages include "error" in their text.

tests/invalid_submodules/duplicate_module_test.err_exp:
tests/invalid_submodules/func_class.err_exp:
tests/invalid_submodules/nested_impl_in_int.err_exp:
    Expect updated diagnostics.
2024-05-16 11:55:39 +10:00

565 B

nested_impl_in_int.m:026: Error: this implementation section for module
nested_impl_in_int.m:026: `nested_impl_in_int.child' occurs in the interface
nested_impl_in_int.m:026: section of parent module `nested_impl_in_int'.
nested_impl_in_int.m:045: Error: this implementation section for module
nested_impl_in_int.m:045: `nested_impl_in_int.child2' occurs in the interface
nested_impl_in_int.m:045: section of parent module `nested_impl_in_int'.