Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 6331d92

Browse files
committed
fixup
1 parent bb63134 commit 6331d92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/libm-cdylib/src/test_utils.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ pub(crate) fn compile_file(src_path: &Path, bin_path: &Path) {
5151
cmd.arg(format!("-L/{}", lib_path.display()));
5252
cmd.arg("-llibm");
5353

54-
eprintln!("compile cmd: {:?}", cmd)
54+
eprintln!("compile cmd: {:?}", cmd);
5555

5656
handle_err(
5757
&format!("compile file: {}", src_path.display()),

0 commit comments

Comments
 (0)