Skip to content

Commit f9ab0a9

Browse files
authored
Fix compilation
1 parent 5e50ee0 commit f9ab0a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

casr/tests/tests.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3250,7 +3250,7 @@ fn test_casr_san_msan() {
32503250

32513251
assert!(clang.success());
32523252

3253-
let output = Command::new(*EXE_CASR_SAN)
3253+
let output = Command::new(EXE_CASR_SAN)
32543254
.args(["--stdout", "--", &paths[1]])
32553255
.output()
32563256
.expect("failed to start casr-san");

0 commit comments

Comments
 (0)