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 188dee581a use src/test/groovy instead of src/test (fix additional
test)
188dee581a is described below
commit 188dee581af5e4848ff2ee06f46cdc363144d7f6
Author: Paul King <[email protected]>
AuthorDate: Wed Apr 16 11:47:03 2025 +1000
use src/test/groovy instead of src/test (fix additional test)
---
src/test/groovy/org/codehaus/groovy/benchmarks/vm5/b2394/Main.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/test/groovy/org/codehaus/groovy/benchmarks/vm5/b2394/Main.java
b/src/test/groovy/org/codehaus/groovy/benchmarks/vm5/b2394/Main.java
index c52baecd9b..35d8011a2a 100644
--- a/src/test/groovy/org/codehaus/groovy/benchmarks/vm5/b2394/Main.java
+++ b/src/test/groovy/org/codehaus/groovy/benchmarks/vm5/b2394/Main.java
@@ -76,7 +76,7 @@ public class Main
GroovyClassLoader gcl = new
GroovyClassLoader(this.getClass().getClassLoader());
- name = "src/test/" + getClass().getPackage().getName().replace(".",
"/") + "/" + name;
+ name = "src/test/groovy/" +
getClass().getPackage().getName().replace(".", "/") + "/" + name;
try
{