Skip to content

Commit f78f4e8

Browse files
fix test.sh
1 parent 7f28182 commit f78f4e8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ case "$(uname)" in
5151
leaks --atExit -- ./test-${target}
5252
;;
5353
"Linux")
54-
valggrind ./test-${target}
54+
valgrind ./test-${target}
5555
;;
5656
*)
5757
echo "Unsupported Operating System: $(uname)"

0 commit comments

Comments
 (0)