From c4ddd84e411c8f5cd13c9c6c8b6f79bbfbc475a5 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Fri, 19 Jul 2019 15:05:56 +0200 Subject: [PATCH] :white_check_mark: Better tmpl test --- tests/error/typedef_func_tmpl_types.gw | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/error/typedef_func_tmpl_types.gw b/tests/error/typedef_func_tmpl_types.gw index 71aa91d9..39d29bdd 100644 --- a/tests/error/typedef_func_tmpl_types.gw +++ b/tests/error/typedef_func_tmpl_types.gw @@ -4,7 +4,8 @@ typedef void t_ptr<~A~>(); <~int~>t_ptr iptr; fun void test<~A~>() { - <<< __func__ >>>; + A a; + <<< __func__, " ", a>>>; } test @=> iptr; -- 2.43.0