Skip to content

Commit f4ab21a

Browse files
committed
Suppress warning
1 parent 5b21c9b commit f4ab21a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

graalpython/com.oracle.graal.python.test/src/com/oracle/graal/python/test/debug/PythonDebugTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -239,6 +239,7 @@ public void testInlineEvaluation() throws Throwable {
239239
}
240240

241241
@Test
242+
@SuppressWarnings("try")
242243
public void testBreakpointBuiltin() throws Throwable {
243244
final Source source = Source.newBuilder("python", "" +
244245
"def foo():\n" +

0 commit comments

Comments
 (0)