diff options
Diffstat (limited to 'testsuite.py')
| -rw-r--r-- | testsuite.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuite.py b/testsuite.py index 22e12cc..336fa65 100644 --- a/testsuite.py +++ b/testsuite.py @@ -1260,7 +1260,7 @@ tests/Krecursive2:1 def verify_split(to_split, op, operand_strs): # The same hackage as in Kconfig.eval_string() c._tokens = c._tokenize("if " + to_split)[1:] - c._tokens_i = -1 + c._tokens_i = 0 operands = split_expr(c._parse_expr(False), op) |
