unit_testing: Correct one comment refering to native_posix
It should have reffered to the architecture, not one of its board's name. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
4ea61a794b
commit
17369f6209
|
@ -3,7 +3,7 @@
|
|||
# SPDX-License-Identifier: Apache-2.0
|
||||
|
||||
# Current the use of X86 is for consistency with old testsuite/ztest which
|
||||
# defined CONFIG_X86 manually. To consider, is NATIVE_POSIX a better choice?
|
||||
# defined CONFIG_X86 manually. To consider, is ARCH_POSIX a better choice?
|
||||
config X86
|
||||
bool
|
||||
default y
|
||||
|
|
Loading…
Reference in New Issue