Small formatting tweak in test code

This commit is contained in:
Dave Rolsky 2024-02-12 19:24:26 +08:00
parent 3be49880a3
commit 7d5643fe34
No known key found for this signature in database

View File

@ -32,7 +32,8 @@ sub main {
); );
check_cross( check_cross(
path( $ENV{RUNNER_TEMP} ), $expect_cross, path( $ENV{RUNNER_TEMP} ),
$expect_cross,
$expect_cross_version $expect_cross_version
); );