We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bd23fdb + 63ebdb7 commit 26a0f50Copy full SHA for 26a0f50
1 file changed
tools/testing/selftests/arm64/fp/sve-probe-vls.c
@@ -25,7 +25,7 @@ int main(int argc, char **argv)
25
ksft_set_plan(2);
26
27
if (!(getauxval(AT_HWCAP) & HWCAP_SVE))
28
- ksft_exit_skip("SVE not available");
+ ksft_exit_skip("SVE not available\n");
29
30
/*
31
* Enumerate up to SVE_VQ_MAX vector lengths
0 commit comments