< prev index next >

test/jdk/lib/testlibrary/AssertsTest.java

Print this page

        

@@ -21,13 +21,15 @@
  * questions.
  */
 
 import java.lang.SuppressWarnings;
 
-import static jdk.testlibrary.Asserts.*;
+import static jdk.test.lib.Asserts.*;
 
-/* @test
+/*
+ * @test
+ * @library /test/lib
  * @summary Tests the different assertions in the Assert class
  */
 public class AssertsTest {
     private static class Foo implements Comparable<Foo> {
         final int id;
< prev index next >