diff -r bc8b7c5f55fb -r cd418898af5c tests/test_utils.c --- a/tests/test_utils.c Thu Oct 31 14:39:05 2024 +0100 +++ b/tests/test_utils.c Thu Oct 31 14:54:44 2024 +0100 @@ -95,17 +95,6 @@ cxBufferDestroy(&target); } -CX_TEST(test_forn) { - unsigned j; - j = 0; - CX_TEST_DO { - cx_for_n(i, 50) { - CX_TEST_ASSERT(i == j); - j++; - } - } -} - CX_TEST(test_szmul) { size_t r; int e; @@ -233,7 +222,6 @@ cx_test_register(suite, test_stream_bncopy); cx_test_register(suite, test_stream_ncopy); - cx_test_register(suite, test_forn); cx_test_register(suite, test_szmul); #ifdef CX_SZMUL_BUILTIN cx_test_register(suite, test_szmul_impl);