tests: mutex: fix improper test identifier

The test identifier of mutex error case in testcase.yaml is
exactly the same as mutex api's test identifier.
So I fix this.

Signed-off-by: Lixin Guo <lixinx.guo@intel.com>
This commit is contained in:
Lixin Guo 2021-10-20 15:59:47 +08:00 committed by Anas Nashif
commit 2643e8d62d

View file

@ -1,4 +1,4 @@
tests:
kernel.mutex:
kernel.mutex_error_case:
filter: CONFIG_ARCH_HAS_USERSPACE
tags: kernel userspace ignore_faults