We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f078f5 commit 1c60692Copy full SHA for 1c60692
org.eclipse.jdt.debug.tests/tests/org/eclipse/jdt/debug/tests/core/StratumTests.java
@@ -54,6 +54,9 @@ public void testAvailableStrata() throws Exception {
54
// as of 2018-11-15 java 12 was not supported by the sourcelookup agent
55
// as of 2019-05-05 java 12 is supported by the sourcelookup agent
56
// as of 2019-10-14 java 13 is supported by the sourcelookup agent
57
+ for (String s : strata) {
58
+ System.out.println(s);
59
+ }
60
assertEquals("Wrong number of available strata", 1, strata.length);
61
assertEquals("Wrong strata", "Java", strata[0]);
62
} else {
0 commit comments