diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-01-10 22:06:06 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-01-22 12:22:26 +0100 |
commit | 5e15341857e57671a3c617579e3d5dcc89040936 (patch) | |
tree | 8d90ea72c77ccef7f6b6d5eba199204ce01b27d6 /tests/analyser_dependency.ml | |
parent | 413b86050e364db51eb4f1bb095f70b141c02919 (diff) |
Print the float numbers using the user locale
Diffstat (limited to 'tests/analyser_dependency.ml')
-rw-r--r-- | tests/analyser_dependency.ml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/analyser_dependency.ml b/tests/analyser_dependency.ml index dea7727..279b5e5 100644 --- a/tests/analyser_dependency.ml +++ b/tests/analyser_dependency.ml @@ -140,6 +140,7 @@ let test_unlinked = { version = 1; source = external_table_source; + locale = None; externals = [ { @@ -171,6 +172,7 @@ let conf_with_unlinked = { version = 1; source = external_table_source; + locale = None; externals = [ { |