Commit b2b1b077bdc40955b50fe727ffd5b8c03a0af153

Thomas de Grivel 2024-08-05T18:35:58

fix test ikc3 puts

1
2
3
4
5
6
7
8
9
10
11
diff --git a/test/ikc3/puts.out.expected b/test/ikc3/puts.out.expected
index a179909..bf68ef7 100644
--- a/test/ikc3/puts.out.expected
+++ b/test/ikc3/puts.out.expected
@@ -5,5 +5,5 @@ puts(%{hello: "World !"})
 %{hello: "World !"}
 (Sw) 20
 puts("Test #{:a}")
-Test #{:a}
+Test a
 (Sw) 10