summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-10-31 09:11:56 +0100
committerLaurenz <laurmaedje@gmail.com>2022-10-31 09:11:56 +0100
commit636bdb9e438cfe4fb075a981e0512b9a3dde3e60 (patch)
tree8df8dd5decc756ddacd1e12f1262245f37c18980 /tests
parent237feda063a3a556658f1e3e34f7f8867e800f60 (diff)
Rename `RoleMap` to `LangItems`
Diffstat (limited to 'tests')
-rw-r--r--tests/typeset.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/typeset.rs b/tests/typeset.rs
index b5c14cb3..f3f5bfbe 100644
--- a/tests/typeset.rs
+++ b/tests/typeset.rs
@@ -184,7 +184,7 @@ fn config() -> Config {
Config {
root: PathBuf::new(),
- roles: typst::library::roles(),
+ items: typst::library::items(),
std,
styles,
}