< prev index next >

test/jdk/java/foreign/LibraryLookupTest.java

Print this page
@@ -33,12 +33,10 @@
  
  import static org.testng.Assert.*;
  
  /*
   * @test
-  * @enablePreview
-  * @requires jdk.foreign.linker != "UNSUPPORTED"
   * @run testng/othervm --enable-native-access=ALL-UNNAMED LibraryLookupTest
   */
  public class LibraryLookupTest {
  
      static final Path JAVA_LIBRARY_PATH = Path.of(System.getProperty("java.library.path"));
< prev index next >