< prev index next >

test/jdk/com/sun/tools/jextract/libproc/LibprocTest.java

Print this page

        

*** 30,41 **** import java.foreign.memory.Struct; import java.lang.invoke.MethodHandles; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static test.jextract.lp.libproc_h.*; ! import static test.jextract.lp.proc_info_h.*; ! import test.jextract.lp.proc_info; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; /* --- 30,41 ---- import java.foreign.memory.Struct; import java.lang.invoke.MethodHandles; import org.testng.annotations.BeforeTest; import org.testng.annotations.Test; import static test.jextract.lp.libproc_h.*; ! import static test.jextract.lp.sys.proc_info_h.*; ! import test.jextract.lp.sys.proc_info; import static org.testng.Assert.assertEquals; import static org.testng.Assert.assertTrue; /*
< prev index next >