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

tibordigana pushed a commit to branch SUREFIRE-1733
in repository https://gitbox.apache.org/repos/asf/maven-surefire.git

commit 980d58a4918599e552e98162f5fa0c3b98e638aa
Author: tibordigana <tibordig...@apache.org>
AuthorDate: Fri May 22 09:47:31 2020 +0200

    adjusted Surefire1712ExtractedModulenameWithoutASMIT
---
 .../src/test/java/module-info.java                                      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
 
b/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
index 7bbf986..5a9f6d3 100644
--- 
a/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
+++ 
b/surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
@@ -17,7 +17,7 @@
  * under the License.
  */
 
-module wtf.g4s8.oot.test
+open module wtf.g4s8.oot.test
 {
     requires wtf.g4s8.oot;
     requires org.junit.jupiter.api;

Reply via email to