]> Nishi Git Mirror - gwion.git/commitdiff
:white_check_mark: Update test
authorJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 6 Apr 2020 10:55:12 +0000 (12:55 +0200)
committerJérémie Astor <astor.jeremie@wanadoo.fr>
Mon, 6 Apr 2020 10:55:12 +0000 (12:55 +0200)
tests/tree/template_class_ref.gw

index 616e0bf5b048a240197830f247caaff11734b065..ce49741b9e5c23be945e9e062de2e51c2a30fd4b 100644 (file)
@@ -1,4 +1,4 @@
 class<~A~> C {}
 
-<~int~>C ref;
-<<< ref >>>;
+<~int~>C c;
+<<< c >>>;