Commit 97d8789 1 parent 2fd9321 commit 97d8789 Copy full SHA for 97d8789
File tree 1 file changed +2
-2
lines changed
org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
/*******************************************************************************
2
- * Copyright (c) 2017, 2019 IBM Corporation and others.
2
+ * Copyright (c) 2017, 2024 IBM Corporation and others.
3
3
*
4
4
* This program and the accompanying materials
5
5
* are made available under the terms of the Eclipse Public License 2.0
@@ -785,7 +785,7 @@ public void testSystemLibAsJMod() throws Exception {
785
785
IPath path = rawClasspath [i ].getPath ();
786
786
if (path .lastSegment ().equals ("jrt-fs.jar" )) {
787
787
path = path .removeLastSegments (2 ).append ("jmods" ).append ("java.base.jmod" );
788
- if (path .toFile ().exists ()) {
788
+ if (! path .toFile ().exists ()) {
789
789
// No jmod files in JDK? This test is not applicable
790
790
return ;
791
791
}
You can’t perform that action at this time.
0 commit comments