From 7172b09f35064ae9d323d6a1da7f9d3880ae0dc4 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 27 Feb 2024 21:37:36 +0100 Subject: [PATCH] :art: update tests --- tests/error/template_unknown.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/error/template_unknown.gw b/tests/error/template_unknown.gw index 64b3d840..33168412 100644 --- a/tests/error/template_unknown.gw +++ b/tests/error/template_unknown.gw @@ -1,4 +1,4 @@ -#! [contains] Invalid variable unknown_type +#! [contains] unknown type 'unknown_type' fun void my_function:[A]() { <<< "test" >>>; } my_function:[unknown_type](); -- 2.43.0