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 b251058f58 trivial refactor: improve comment
b251058f58 is described below
commit b251058f58f0057a94c457d9bce4e67db3d9ce55
Author: Paul King <[email protected]>
AuthorDate: Wed Apr 16 09:44:31 2025 +1000
trivial refactor: improve comment
---
src/test/groovy/bugs/Groovy11046.groovy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/groovy/bugs/Groovy11046.groovy
b/src/test/groovy/bugs/Groovy11046.groovy
index cef2e0e2f4..0c3268c91b 100644
--- a/src/test/groovy/bugs/Groovy11046.groovy
+++ b/src/test/groovy/bugs/Groovy11046.groovy
@@ -27,7 +27,7 @@ final class Groovy11046 {
@Test
void testMissingDependency1() {
- // throws NoClassDefFoundError:
com.lmax.disruptor.EventTranslatorVararg
+ // (previously) throws NoClassDefFoundError:
com.lmax.disruptor.EventTranslatorVararg
assertScript '''
@Grab('org.apache.logging.log4j:log4j-core:2.22.0')
org.apache.logging.log4j.core.async.AsyncLogger log