test/jdk/java/net/httpclient/websocket/MaskerDriver.java
branchhttp-client-branch
changeset 56089 42208b2f224e
parent 55973 4d9b002587db
child 56092 fd85b2bf2b0d
equal deleted inserted replaced
56088:38fac6d0521d 56089:42208b2f224e
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug 8159053
    26  * @bug 8159053
    27  * @modules jdk.incubator.httpclient/jdk.incubator.http.internal.websocket:open
    27  * @modules java.net.http/java.net.http.internal.websocket:open
    28  * @run testng/othervm --add-reads jdk.incubator.httpclient=ALL-UNNAMED jdk.incubator.httpclient/jdk.incubator.http.internal.websocket.MaskerTest
    28  * @run testng/othervm --add-reads java.net.http=ALL-UNNAMED java.net.http/java.net.http.internal.websocket.MaskerTest
    29  */
    29  */
    30 public final class MaskerDriver { }
    30 public final class MaskerDriver { }