Skip to content

Commit

Permalink
8268776: Test ADatagramSocket.java missing /othervm from @run tag
Browse files Browse the repository at this point in the history
Reviewed-by: dfuchs
  • Loading branch information
pconcannon committed Jun 17, 2021
1 parent 344e3ed commit 7d7bdbe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
* @summary DatagramSocket should use a factory for its impl
*
* @compile/module=java.base java/net/MyDatagramSocketImplFactory.java
* @run main ADatagramSocket
* @run main/othervm ADatagramSocket
*/
import java.io.*;
import java.net.*;
Expand Down

0 comments on commit 7d7bdbe

Please sign in to comment.