From c0909104eb9b9a4399b9ca2ba91c4414eaf35015 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Mon, 28 Nov 2022 17:19:12 -0300 Subject: [PATCH] fix test --- test/rustint/core_test.clj | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index f57c36a..66fe0ad 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -872,8 +872,10 @@ ['fn 'main (symbol "(") (symbol ")") (symbol "{") 'let 'x (symbol ":") 'i64 (symbol ";") 'if false (symbol "{") 'x '= 10 (symbol ";") (symbol "}") 'else] :sin-errores [[0 1 2] [['main ['fn [() ()]] 2] ['x ['var-inmut 'i64] 0]]] - 1 [['CAL 2] 'HLT ['PUSHFI false] ['JC 5] ['JMP 8] ['PUSHFI 10] ['POP 0] ['JMP '?]] [[2 ['i64 nil]]]] - + 1 + [['CAL 2] 'HLT ['PUSHFI false] ['JC 5] ['JMP 8] ['PUSHFI 10] ['POP 0] ['JMP '?]] + [[2 ['i64 nil]]] + ] )) ) )