Skip to content

Commit 0e34e01

Browse files
committed
supress deprecation warning in test
1 parent 374d058 commit 0e34e01

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
@@ -337,6 +337,7 @@ public void testReenterArgumentsAndValues() throws Throwable {
337337
}
338338

339339
@Test
340+
@SuppressWarnings("deprecation")
340341
public void testGettersSetters() throws Throwable {
341342
final Source source = Source.newBuilder("python", "" +
342343
"class GetterOnly:\n" +

0 commit comments

Comments
 (0)