tests/extra/tc_ufcs_all_kinds: enforce a consistent locale

gdc can output error messages in the system language which can break
the regex mactches the code relies on.

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
Andrei Horodniceanu 2025-07-02 21:24:06 +03:00 committed by Jan Jurzitza
parent c79850d38e
commit bd139c63d5
1 changed files with 2 additions and 0 deletions

View File

@ -19,4 +19,6 @@ else
fi
export DC ERROR_STYLE
# gdc uses language specific error message
export LC_ALL=${LC_ALL:-"C.UTF-8"}
${DC} -run generate_tests.d "${1}"