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