Files
mercury/tests/invalid_make_int/test_nested_helper_1.m
Zoltan Somogyi f15a2b5f2a Rename X's aux modules as X_helper_N in invalid_make_int.
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.
2023-06-18 12:51:04 +02:00

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.