You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.builder/src/org/eclipse/jdt/core/groovy/tests/search/GenericInferencingTests.java
Copy file name to clipboardExpand all lines: base-test/org.eclipse.jdt.groovy.core.tests.compiler/src/org/eclipse/jdt/groovy/core/tests/basic/GroovySimpleTests.java
+15-2
Original file line number
Diff line number
Diff line change
@@ -594,7 +594,7 @@ public void testModuleInfo() {
594
594
595
595
"module-info.java",
596
596
"module test.project {\n" +
597
-
"}",
597
+
"}\n",
598
598
};
599
599
//@formatter:on
600
600
@@ -614,13 +614,26 @@ public void testMultiCatch() {
0 commit comments