test/bitops: fix command name
Caught by code review, bitops test name is incorrect. Fixes: 7660614c11e2 ("test/bitops: add bit operations test case") Signed-off-by: David Marchand <david.marchand@redhat.com> Acked-by: Phil Yang <phil.yang@arm.com>
This commit is contained in:
parent
d58314aa3c
commit
7506edbc1c
@ -406,7 +406,7 @@ parallel_test_list = [
|
||||
},
|
||||
{
|
||||
"Name": "Bitops test",
|
||||
"Command": "bitops_test",
|
||||
"Command": "bitops_autotest",
|
||||
"Func": default_autotest,
|
||||
"Report": None,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user