changeset 23041:48da66152e59

Add a SuppressWarnings annotation.
author Thomas Wuerthinger <thomas.wuerthinger@oracle.com>
date Fri, 20 Nov 2015 02:12:52 +0100
parents 78e6ba51f14b
children cbe35e56ae82
files graal/com.oracle.graal.truffle.test/src/com/oracle/graal/truffle/test/BytecodeInterpreterPartialEvaluationTest.java
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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,