Skip to content

Commit 148af35

Browse files
committed
fixup
1 parent bfb7e19 commit 148af35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ echo "RUSTFLAGS=${RUSTFLAGS}"
2121
echo "FEATURES=${FEATURES}"
2222
echo "OBJDUMP=${OBJDUMP}"
2323

24-
function cargo_test {
24+
cargo_test() {
2525
cmd="cargo test --all --target=$TARGET --features $FEATURES --verbose $1 -- --nocapture $2"
2626
$cmd
2727
}

0 commit comments

Comments
 (0)