test/bitops: fix command name

Caught by code review, bitops test name is incorrect.

Fixes: 7660614c11 ("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:
David Marchand 2020-06-19 11:58:28 +02:00 committed by Thomas Monjalon
parent d58314aa3c
commit 7506edbc1c

View File

@ -406,7 +406,7 @@
},
{
"Name": "Bitops test",
"Command": "bitops_test",
"Command": "bitops_autotest",
"Func": default_autotest,
"Report": None,
},