1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-24 13:52:55 +03:00

fix tests

This commit is contained in:
Wez Furlong 2021-03-22 20:54:01 -07:00
parent 8f856d0b81
commit 5d96db3349

View File

@ -286,7 +286,7 @@ mod test {
let cell_clusters = line.cluster();
assert_eq!(cell_clusters.len(), 1);
let cluster = &cell_clusters[0];
let infos = font.shape(&cluster.text).unwrap();
let infos = font.shape(&cluster.text, || {}).unwrap();
let glyphs = infos
.iter()
.map(|info| {