From 642ed171bc1aa46128311f75aa5772c9a3c7b746 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Fri, 14 May 2021 11:12:17 +0200 Subject: [PATCH] :bug: Fix tests --- tests/error/non_function_template.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/error/non_function_template.gw b/tests/error/non_function_template.gw index 4cdc5eb8..28406cec 100644 --- a/tests/error/non_function_template.gw +++ b/tests/error/non_function_template.gw @@ -1,3 +1,3 @@ -#! [contains] tests/error/non_function_template.gw +#! [contains] can't call a non-callable value var int test; test:[int](); -- 2.43.0