< prev index next >

test/jdk/sun/security/provider/MessageDigest/SHA512.java

Print this page
rev 51789 : [mq]: asserts

@@ -19,19 +19,19 @@
  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  */
 
-import jdk.testlibrary.Asserts;
+import jdk.test.lib.Asserts;
 
 import java.security.MessageDigest;
 import java.util.Arrays;
 
 /**
  * @test
  * @bug 8051408
- * @library /lib/testlibrary
+ * @library /test/lib
  * @summary testing SHA-512/224 and SHA-512/256.
  */
 public class SHA512 {
     public static void main(String[] args) throws Exception {
 
< prev index next >