aboutsummaryrefslogtreecommitdiff
path: root/tests/configuration_toml.ml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/configuration_toml.ml')
-rw-r--r--tests/configuration_toml.ml2
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";