You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@groovy.apache.org by pa...@apache.org on 2022/11/12 01:31:39 UTC

[groovy] branch master updated: fix test

This is an automated email from the ASF dual-hosted git repository.

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy.git


The following commit(s) were added to refs/heads/master by this push:
     new 47b97fefdc fix test
47b97fefdc is described below

commit 47b97fefdcd7a07ac715c86b2477a77b9544aa7d
Author: Paul King <pa...@asert.com.au>
AuthorDate: Sat Nov 12 11:31:30 2022 +1000

    fix test
---
 src/test/groovy/bugs/Groovy7204.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/groovy/bugs/Groovy7204.groovy b/src/test/groovy/bugs/Groovy7204.groovy
index e86c5654b8..b0c836e0f1 100644
--- a/src/test/groovy/bugs/Groovy7204.groovy
+++ b/src/test/groovy/bugs/Groovy7204.groovy
@@ -549,7 +549,7 @@ final class Groovy7204 {
 
             @CompileStatic
             class Test extends Base<String> {
-                Derived() {
+                Test() {
                     add(new Trie<String>())
                 }
                 Trie<String> getFirstElement() {