# HG changeset patch # User Thomas Wuerthinger # Date 1447981972 -3600 # Node ID 48da66152e59a0c38529852cd85c59d698e288f3 # Parent 78e6ba51f14bdb61dccf254da0ed2ed9175cd888 Add a SuppressWarnings annotation. diff -r 78e6ba51f14b -r 48da66152e59 graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java --- a/graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java Fri Nov 20 01:58:58 2015 +0100 +++ b/graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java Fri Nov 20 02:12:52 2015 +0100 @@ -582,6 +582,7 @@ } @Test + @SuppressWarnings("try") public void simpleSwitchProgram() { byte[] bytecodes = new byte[]{ /* 0: */Bytecode.CONST,