Files
mercury/tests/warnings/lib_dup_profiling_builtin.err_exp
Zoltan Somogyi c690fac030 Rename tests that duplicate library module names.
These interfere with tests in this directory with mmc --make.
2025-09-03 18:28:54 +02:00

9 lines
579 B
Plaintext

profiling_builtin.m:006: Warning: this module, `profiling_builtin', has the
profiling_builtin.m:006: same name as a module in the Mercury standard
profiling_builtin.m:006: library. A third module cannot import both, and you
profiling_builtin.m:006: will likely have problems where a third module will
profiling_builtin.m:006: want to import one but will get the other.
profiling_builtin.m:006: The Mercury standard library module in question is
profiling_builtin.m:006: part of the Mercury implementation, and is not
profiling_builtin.m:006: publically documented.