From c706f527ac3c01a4f98b8cea45ec7a9d70292b3c Mon Sep 17 00:00:00 2001 From: CrossNox Date: Sun, 27 Nov 2022 23:47:21 -0300 Subject: [PATCH] add test --- test/rustint/core_test.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/rustint/core_test.clj b/test/rustint/core_test.clj index afbdb27..f2fe527 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -653,7 +653,7 @@ ) [ (symbol ";") - ('fn 'main (symbol "(") (symbol ")") (symbol "{") 'println! (symbol "(") "{}" (symbol ",") 'TRES (symbol ")") (symbol "}")) + (list 'fn 'main (symbol "(") (symbol ")") (symbol "{") 'println! (symbol "(") "{}" (symbol ",") 'TRES (symbol ")") (symbol "}")) ['use 'std (symbol "::") 'io (symbol ";") 'const 'TRES (symbol ":") 'i64 (symbol "=") 3] :sin-errores [[0] [['io ['lib '()] 0] ['TRES ['const 'i64] 3]]]