summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/Kref4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/Kref b/tests/Kref
index 6ecbdfb..9f7a0e2 100644
--- a/tests/Kref
+++ b/tests/Kref
@@ -14,10 +14,10 @@ if IF_REF_1 && IF_REF_2
config MANY_REF
int "BAR" if A && B
default C if D
- range E F if G
+ range E F if !G
depends on H
select I if J = K || L != M
- select N
+ select N if (A || !(B && (C = O)))
endif