From 6596edf6f8acdff11c3e71f3a20b4fdf30ffcbda Mon Sep 17 00:00:00 2001 From: servostar Date: Thu, 18 Jul 2024 23:12:39 +0200 Subject: [PATCH] fixed test ast_print_node --- tests/ast/test_ast.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/ast/test_ast.py b/tests/ast/test_ast.py index d7f9665..b153c33 100644 --- a/tests/ast/test_ast.py +++ b/tests/ast/test_ast.py @@ -84,6 +84,7 @@ def run_check_print_node(): 53 address of 54 deref 55 ref +56 value """ == p.stdout