Files
mercury/tests/exceptions/Mercury.options
Zoltan Somogyi a0d6710407 Use "ts=4 sw=4 expandtab" as modeline ...
... in Mercury.options files.
2023-09-16 19:12:52 +10:00

9 lines
449 B
Plaintext

# vim: ts=4 sw=4 expandtab
MCFLAGS-looptest = --infer-all
MCFLAGS-test_exceptions = --no-warn-simple-code --no-warn-det-decls-too-lax
MCFLAGS-test_exceptions_func = --no-warn-det-decls-too-lax
MCFLAGS-test_loop_check = --no-warn-simple-code --no-warn-det-decls-too-lax
MCFLAGS-test_memo = --no-warn-simple-code --no-warn-det-decls-too-lax
MCFLAGS-test_try_all = --no-warn-simple-code --no-warn-det-decls-too-lax