Skip to content

Commit 010e959

Browse files
Fix VirtualThreadsDebugViewTests (#969)
+ ensure test project TwoThree sets also target to 23.
1 parent f35ed46 commit 010e959

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/AbstractDebugTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -705,6 +705,7 @@ synchronized void assert23Project() {
705705
jp = createProject(TWENTYTHREE_PROJECT_NAME, JavaProjectHelper.TEST_23_SRC_DIR.toString(), JavaProjectHelper.JAVA_SE_23_EE_NAME, false);
706706
jp.setOption(JavaCore.COMPILER_SOURCE, JavaCore.VERSION_23);
707707
jp.setOption(JavaCore.COMPILER_COMPLIANCE, JavaCore.VERSION_23);
708+
jp.setOption(JavaCore.COMPILER_CODEGEN_TARGET_PLATFORM, JavaCore.VERSION_23);
708709
cfgs.add(createLaunchConfiguration(jp, "Main21"));
709710
loaded23 = true;
710711
waitForBuild();

0 commit comments

Comments
 (0)