mirror of
https://github.com/Mercury-Language/mercury.git
synced 2026-04-15 17:33:38 +00:00
tests/invalid/*.m:
Rename modules as mentioned above.
Update all references to the moved modules.
tests/hard_coded/Mmakefile:
tests/hard_coded/Mercury.options:
Update all references to the moved modules.
15 lines
385 B
Mathematica
15 lines
385 B
Mathematica
%---------------------------------------------------------------------------%
|
|
% vim: ts=4 sw=4 et ft=mercury
|
|
%---------------------------------------------------------------------------%
|
|
%
|
|
% This is part of the test_nested.m test case.
|
|
|
|
:- module test_nested_helper_1.
|
|
:- interface.
|
|
|
|
:- include_module test_nested_helper_3.
|
|
|
|
:- implementation.
|
|
|
|
:- include_module test_nested_helper_4.
|