diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-12 04:18:50 +0100 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2012-12-12 04:22:44 +0100 |
| commit | 9914968a94481f84ad0d9cfcb1f5e85334626042 (patch) | |
| tree | ea53ae404b0ef4e9a7a9c34981811f4ba720dbdc /tests/Keval | |
| parent | 72a904f42156729efc0be5b1bba348e41097199a (diff) | |
Always count non-bool/tristate symbols as 'n' in tristate context.
Previously a string symbol that happened to have the value "y" would
count as "y" in tristate context, which is incorrect.
Diffstat (limited to 'tests/Keval')
| -rw-r--r-- | tests/Keval | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/Keval b/tests/Keval index 3541649..b7fe394 100644 --- a/tests/Keval +++ b/tests/Keval @@ -10,3 +10,7 @@ config M menuconfig Y def_tristate y + +config Y_STRING + string + default "y" |
