< prev index next >

src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph.test/src/org/graalvm/compiler/graph/test/graphio/GraphSnippetTest.java

Print this page
rev 52509 : [mq]: graal2

*** 29,39 **** import static org.junit.Assert.assertTrue; import org.junit.Assume; import org.junit.Test; public class GraphSnippetTest { ! @SuppressWarnings("deprecation") @Test public void dumpTheFile() throws Exception { Class<?> snippets = null; try { snippets = Class.forName("org.graalvm.graphio.GraphSnippets"); --- 29,39 ---- import static org.junit.Assert.assertTrue; import org.junit.Assume; import org.junit.Test; public class GraphSnippetTest { ! @SuppressWarnings({"deprecation", "unused"}) @Test public void dumpTheFile() throws Exception { Class<?> snippets = null; try { snippets = Class.forName("org.graalvm.graphio.GraphSnippets");
< prev index next >