From 9986e963095fcf01e9787e384b446c7210f72949 Mon Sep 17 00:00:00 2001 From: prod2 <95874442+prod2@users.noreply.github.com> Date: Sat, 3 Dec 2022 09:48:31 +0100 Subject: [PATCH] fix test --- tests/sugar.nds | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/sugar.nds b/tests/sugar.nds index 256e26f..7cd2663 100644 --- a/tests/sugar.nds +++ b/tests/sugar.nds @@ -85,7 +85,7 @@ print("finish"); //convoluted :: test -proc() print("merry christmas") :: proc(it) it(); +(proc() print("merry christmas")) :: proc(it) it(); //expect:merry christmas // proc declaration