diff options
Diffstat (limited to 'tests/Kmisc')
| -rw-r--r-- | tests/Kmisc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Kmisc b/tests/Kmisc index cea3ca9..c3a21f8 100644 --- a/tests/Kmisc +++ b/tests/Kmisc @@ -39,13 +39,13 @@ config BOOL bool "bool" if NOT_DEFINED_1 config TRISTATE - tristate "A" + tristate # Visibility should not affect user value config STRING string "string" config INT - int "INT" + int # Visibility should not affect user value config HEX hex "hex" |
