From 6aa5442038d8738673a395237b6cc86735b0bc42 Mon Sep 17 00:00:00 2001 From: CrossNox Date: Tue, 29 Nov 2022 17:07:12 -0300 Subject: [PATCH] fix 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 2851bf8..8dda795 100644 --- a/test/rustint/core_test.clj +++ b/test/rustint/core_test.clj @@ -551,7 +551,7 @@ ] (is (= printed - "fn main ( )\n{\n println! ( \"Hola, mundo!\" )\n}" + "fn main ( )\n{\n println! ( \"Hola, mundo!\" )\n}\n" ) ) )