summaryrefslogtreecommitdiff
path: root/kconfigtest.py
diff options
context:
space:
mode:
Diffstat (limited to 'kconfigtest.py')
-rw-r--r--kconfigtest.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfigtest.py b/kconfigtest.py
index e6961a4..32d6f33 100644
--- a/kconfigtest.py
+++ b/kconfigtest.py
@@ -208,7 +208,7 @@ def test_call_all(conf):
# Syntax error
caught_exception = False
try:
- conf.eval("y & y")
+ conf.eval("y && && y")
except kconfiglib.Kconfig_Syntax_Error:
caught_exception = True