summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kmisc4
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"