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