< prev index next >

test/java/security/MessageDigest/TestDigestIOStream.java

Print this page
rev 17325 : 8181761: add explicit @build actions for jdk.test.lib classes in all :tier2 tests
Reviewed-by: duke

@@ -39,10 +39,11 @@
  * @bug 8050370 8156059
  * @summary MessageDigest tests with DigestIOStream
  * @author Kevin Liu
  * @key randomness
  * @library /test/lib
+ * @build jdk.test.lib.RandomFactory
  * @run main/timeout=180 TestDigestIOStream
  */
 
 enum ReadModel {
     READ, BUFFER_READ, MIX_READ
< prev index next >