X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/mLib/blobdiff_plain/c7da785d89746cbcdc25bdea0fd66156d4c61cb9..e63124bc579bfd97cfe2f620ddd84df9f20477d8:/utils/t/bits-test.c?ds=sidebyside diff --git a/utils/t/bits-test.c b/utils/t/bits-test.c index 743ad0e..c87fec5 100644 --- a/utils/t/bits-test.c +++ b/utils/t/bits-test.c @@ -85,13 +85,13 @@ static const struct tvec_regdef arith_regs[] = { }; static const struct tvec_test tests[] = { - { "lsl64", shift_regs, 0, tvec_runtest, test_LSL }, - { "lsr64", shift_regs, 0, tvec_runtest, test_LSR }, - { "rol64", shift_regs, 0, tvec_runtest, test_ROL }, - { "ror64", shift_regs, 0, tvec_runtest, test_ROR }, - { "add64", arith_regs, 0, tvec_runtest, test_ADD }, - { "sub64", arith_regs, 0, tvec_runtest, test_SUB }, - { 0, 0, 0, 0, 0 } + { "lsl64", shift_regs, 0, test_LSL }, + { "lsr64", shift_regs, 0, test_LSR }, + { "rol64", shift_regs, 0, test_ROL }, + { "ror64", shift_regs, 0, test_ROR }, + { "add64", arith_regs, 0, test_ADD }, + { "sub64", arith_regs, 0, test_SUB }, + { 0, 0, 0, 0 } }; static const struct tvec_info testinfo =