mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-10-31 22:25:33 -04:00
tests: Fix conversion typo in cpu-test
Signed-off-by: Peter Meerwald <p.meerwald@bct-electronic.com>
This commit is contained in:
parent
831cae16d4
commit
3a942fc191
1 changed files with 1 additions and 1 deletions
|
|
@ -447,7 +447,7 @@ int main(int argc, char *argv[]) {
|
||||||
tcase_set_timeout(tc, 120);
|
tcase_set_timeout(tc, 120);
|
||||||
suite_add_tcase(s, tc);
|
suite_add_tcase(s, tc);
|
||||||
|
|
||||||
/* Converstion tests */
|
/* Conversion tests */
|
||||||
tc = tcase_create("sconv");
|
tc = tcase_create("sconv");
|
||||||
#if defined (__i386__) || defined (__amd64__)
|
#if defined (__i386__) || defined (__amd64__)
|
||||||
tcase_add_test(tc, sconv_sse_test);
|
tcase_add_test(tc, sconv_sse_test);
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue