diff options
author | Sébastien Dailly <sebastien@dailly.me> | 2025-03-17 09:11:25 +0100 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2025-03-17 18:59:32 +0100 |
commit | 8b8b730d3ba98d6c9e4e6274844641043b5fefbb (patch) | |
tree | 4cb60dafa05b479d0ca287d501a51db88cecaaa4 /tests/configuration_toml.ml | |
parent | 7bfbb67d83011f3e1845dcb9e44c3b6a5e93a9da (diff) |
Moved the syntax module in its own library
Diffstat (limited to 'tests/configuration_toml.ml')
-rw-r--r-- | tests/configuration_toml.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/configuration_toml.ml b/tests/configuration_toml.ml index e51c727..0a36faf 100644 --- a/tests/configuration_toml.ml +++ b/tests/configuration_toml.ml @@ -34,7 +34,7 @@ let test_suit = | Error s -> raise (Failure s) | Ok result -> let expected = - ImportConf.Syntax.Extern. + ImporterSyntax.Extern. { target = { file = ""; tab = 1; name = "target" }; extern_key = Literal "_B"; |