From c889f01b8d72cb72dd4a8c627c43cd5f66c3d4d9 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Fri, 17 Feb 2017 12:29:51 +1100
Subject: [PATCH] tests/cmdline/cmd_parsetree: Update to work with changes to
 grammar.

---
 tests/cmdline/cmd_parsetree.py.exp | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/tests/cmdline/cmd_parsetree.py.exp b/tests/cmdline/cmd_parsetree.py.exp
index 17e4c9638..36f1f1b27 100644
--- a/tests/cmdline/cmd_parsetree.py.exp
+++ b/tests/cmdline/cmd_parsetree.py.exp
@@ -1,15 +1,15 @@
 ----------------
 [   4] rule(1) (n=8)
-         tok(5)
+         tok(4)
 [   4]   rule(22) (n=4)
            id(i)
-[   4]     rule(46) (n=1)
+[   4]     rule(45) (n=1)
              NULL
 [   5]     rule(8) (n=0)
            NULL
 [   6]   rule(5) (n=2)
            id(a)
-           tok(15)
+           tok(14)
 [   7]   rule(5) (n=2)
            id(b)
            str(str)
-- 
GitLab