< prev index next >

test/jdk/com/sun/tools/jextract/test8221838/StructTypedefsTest.java

Print this page

        

*** 21,38 **** * questions. */ import java.foreign.memory.Pointer; import org.testng.annotations.Test; ! import static test8221838.structtypedefs_h.*; /* * @test * @bug 8221838 * @summary jextract generates non-existent type reference for typedef on typedef * @library .. ! * @run driver JtregJextract -t test8221838 -l structtypedefs -- structtypedefs.h * @run testng StructTypedefsTest */ public class StructTypedefsTest { @Test public void test() { --- 21,38 ---- * questions. */ import java.foreign.memory.Pointer; import org.testng.annotations.Test; ! import static test8221838.structtypedefs_lib.*; /* * @test * @bug 8221838 * @summary jextract generates non-existent type reference for typedef on typedef * @library .. ! * @run driver JtregJextract -t test8221838 -l Structtypedefs -- structtypedefs.h * @run testng StructTypedefsTest */ public class StructTypedefsTest { @Test public void test() {
< prev index next >