Skip to content

Commit 144f06c

Browse files
committed
Extend test to FJP(1)
1 parent 897dcdc commit 144f06c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/jdk/java/lang/Thread/virtual/WithDeadlineTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ public Object[][] executors() {
6363
{ Executors.newCachedThreadPool() },
6464
{ Executors.newFixedThreadPool(1) },
6565
{ new ForkJoinPool() },
66+
{ new ForkJoinPool(1) },
6667
};
6768
}
6869

0 commit comments

Comments
 (0)