Skip to content

Commit 7dc92d7

Browse files
committed
Fix import in tests
1 parent 869e5a9 commit 7dc92d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

generated/codegen_tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ fn test_decoder_tgz() -> TestResult {
2424
#[test]
2525
fn test_decoder_font() -> TestResult {
2626
let metrics = otf_metrics::analyze_font(&testpath("test-fonts/SourceCodePro-Regular.otf"))?;
27-
otf_metrics::show_opentype_stats(&metrics, &otf_metrics::Config::default());
27+
otf_metrics::output::show_opentype_stats(&metrics, &otf_metrics::Config::default());
2828
Ok(())
2929
}
3030

0 commit comments

Comments
 (0)