Skip to content

Commit 4f4690e

Browse files
crafcat7xiaoxiang781216
authored andcommitted
scanftest:need enable CONFIG_LIBC_SCANSET
Summary: "", instead of " ", to the first argument. Test #29 returned 0 instead of 1. Test #29 assigned "", instead of " q", to the first argument. Test #30 returned 0 instead of 2. Test #30 assigned "", instead of " ", to the first argument. Test #30 assigned "", instead of "Q", to the second argument. Test #31 returned 0 instead of 2. Test #31 assigned "", instead of "qwerty-", to the first argument. Test #31 assigned "", instead of "QWERTY-", to the second argument. Signed-off-by: chenrun1 <[email protected]>
1 parent e681cdd commit 4f4690e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

testing/scanftest/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
config TESTING_SCANFTEST
77
tristate "sscanf() test"
8+
depends on LIBC_SCANSET
89
default n
910
---help---
1011
Enable sscanf() test

0 commit comments

Comments
 (0)