Skip to content

Commit 545ac15

Browse files
!testing/libc/scanftest: drop CONFIG_LIBC_LONG_LONG from help text
CONFIG_LIBC_LONG_LONG has been removed; long long support is now unconditional. Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 parent b4df944 commit 545ac15

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

testing/libc/scanftest/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ config TESTING_SCANFTEST
1111
Enable sscanf() test
1212

1313
For all tests to be successful, you need to enable
14-
CONFIG_LIBC_FLOATINGPOINT, CONFIG_LIBC_LONG_LONG and
15-
CONFIG_LIBC_SCANSET in addition.
14+
CONFIG_LIBC_FLOATINGPOINT and CONFIG_LIBC_SCANSET in addition.
1615

1716
if TESTING_SCANFTEST
1817

0 commit comments

Comments
 (0)