From fc91eb1dbe8f1d6a5dff674c95bc2eb60fdfd6ca Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=A9mie=20Astor?= Date: Tue, 15 Sep 2020 22:44:02 +0200 Subject: [PATCH] :wrench: Update test --- tests/tree/class_not_template_inside_template.gw | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tree/class_not_template_inside_template.gw b/tests/tree/class_not_template_inside_template.gw index 74e28df8..efb9aa3b 100644 --- a/tests/tree/class_not_template_inside_template.gw +++ b/tests/tree/class_not_template_inside_template.gw @@ -4,4 +4,4 @@ class C:[A] { } } -var C.D:[int] d; +var C:[int].D d; -- 2.43.0