From b5ad7f91a30e2a57ffdb6dcbf3f16a110023eae7 Mon Sep 17 00:00:00 2001 From: Jeff Epler Date: Tue, 27 Jun 2023 11:11:23 -0500 Subject: [PATCH] update expected data for test skip all the byecode hex data, it's adequately checked by the disassembly just below This was tripped up because in exactly the right conditions some qstr could be of the form 'xx 63' and make the expression `\.\+63` match something other than what was intended. This test was re-worked upstream for mpy version 6 so it'll be a conflict to resolve when we get to that. :-/ --- tests/cmdline/cmd_parsetree.py.exp | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/cmdline/cmd_parsetree.py.exp b/tests/cmdline/cmd_parsetree.py.exp index bee4fc99d1..291cc7ecda 100644 --- a/tests/cmdline/cmd_parsetree.py.exp +++ b/tests/cmdline/cmd_parsetree.py.exp @@ -42,7 +42,6 @@ File cmdline/cmd_parsetree.py, code block '' (descriptor: \.\+, bytecode @\.\+ bytes) Raw bytecode (code_info_size=\\d\+, bytecode_size=\\d\+): ######## -\.\+63 arg names: (N_STATE 5) (N_EXC_STACK 0)