Skip to content

Commit

Permalink
Enable test of JEP 360 & 384 for Java 16+
Browse files Browse the repository at this point in the history
Fixes eclipse-openj9#10243

Signed-off-by: Alexey Anufriev <contact@alexey-anufriev.com>
  • Loading branch information
alexey-anufriev committed Oct 8, 2020
1 parent 6a75670 commit d883b52
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions test/functional/Java15andUp/playlist.xml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
<group>functional</group>
</groups>
<subsets>
<!-- run for Java 15 only since this is a preview feature. -->
<subset>15</subset>
<subset>15+</subset>
</subsets>
</test>
<test>
Expand All @@ -67,8 +66,7 @@
<group>functional</group>
</groups>
<subsets>
<!-- run for Java 15 only since this is a preview feature. -->
<subset>15</subset>
<subset>15+</subset>
</subsets>
</test>
</playlist>

0 comments on commit d883b52

Please sign in to comment.