summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorUlf Magnusson <ulfalizer@gmail.com>2017-11-02 09:41:36 +0100
committerUlf Magnusson <ulfalizer@gmail.com>2017-11-02 10:27:13 +0100
commit57e5a8eb6d6ff0a393116d5471f720cc1af33f88 (patch)
tree3c53b24dabd8f22c1f3244ce0e802d6a39daf034 /tests
parentb3d2a4eeea9002c15140cb80a5cd04b9839a88f6 (diff)
Always save user values if they're valid
Can just skip the invalidation for promptless symbols. Makes things less magic and more intuitive while still being fast. Means no docs need to be rewritten too. Now the warning gets printed for unset_value() as well.
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"