From: Jérémie Astor Date: Fri, 14 May 2021 09:12:17 +0000 (+0200) Subject: :bug: Fix tests X-Git-Tag: nightly~669 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=642ed171bc1aa46128311f75aa5772c9a3c7b746;p=gwion.git :bug: Fix tests --- 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]();