Skip to content

Commit 17369f6

Browse files
aescolarfabiobaltieri
authored andcommitted
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 <[email protected]>
1 parent 4ea61a7 commit 17369f6

File tree

1 file changed

+1
-1
lines changed
  • subsys/testsuite/arch/unit_testing

1 file changed

+1
-1
lines changed

subsys/testsuite/arch/unit_testing/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# SPDX-License-Identifier: Apache-2.0
44

55
# Current the use of X86 is for consistency with old testsuite/ztest which
6-
# defined CONFIG_X86 manually. To consider, is NATIVE_POSIX a better choice?
6+
# defined CONFIG_X86 manually. To consider, is ARCH_POSIX a better choice?
77
config X86
88
bool
99
default y

0 commit comments

Comments
 (0)