From f65e4f0b8fbd3992da6cf8a69e89e3bad3001d36 Mon Sep 17 00:00:00 2001
From: Damien George <damien.p.george@gmail.com>
Date: Tue, 27 Sep 2016 13:22:06 +1000
Subject: [PATCH] tests/cmdline/cmd_showbc: Fix test now that 1 value is stored
 on stack.

This corresponds to the change in the way exception values are stored on
the Python value stack.
---
 tests/cmdline/cmd_showbc.py.exp | 2 --
 1 file changed, 2 deletions(-)

diff --git a/tests/cmdline/cmd_showbc.py.exp b/tests/cmdline/cmd_showbc.py.exp
index 7d2eaeb85..d3ac8d1c2 100644
--- a/tests/cmdline/cmd_showbc.py.exp
+++ b/tests/cmdline/cmd_showbc.py.exp
@@ -242,8 +242,6 @@ arg names:
 \\d\+ POP_BLOCK
 \\d\+ JUMP \\d\+
 \\d\+ POP_TOP
-\\d\+ POP_TOP
-\\d\+ POP_TOP
 \\d\+ LOAD_DEREF 14
 \\d\+ POP_TOP
 \\d\+ POP_EXCEPT
-- 
GitLab