Skip to content

Commit fafcdb3

Browse files
committed
Adjust testBug528467b
1 parent 4301208 commit fafcdb3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

org.eclipse.jdt.core.tests.model/src/org/eclipse/jdt/core/tests/model/ModuleBuilderTests.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6761,8 +6761,8 @@ public void testBug528467b() throws CoreException {
67616761

67626762
assertMarkers("Unexpected markers",
67636763
"Access restriction: The type \'Image\' is not API (restriction on required library '"+ jrtPath + "')\n" +
6764-
"The type Graphics from module java.desktop may not be accessible to clients due to missing \'requires transitive\'\n" +
6765-
"Access restriction: The method \'Image.getGraphics()\' is not API (restriction on required library '"+ jrtPath + "')", markers);
6764+
"The type Graphics from module java.desktop may not be accessible to clients due to missing \'requires transitive\'"
6765+
, markers);
67666766
} finally {
67676767
deleteProject(p1);
67686768
}

0 commit comments

Comments
 (0)