diff options
Diffstat (limited to 'tests/jni/system_out.py')
-rw-r--r-- | tests/jni/system_out.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/jni/system_out.py b/tests/jni/system_out.py index 86c4b9e11..c34d7011f 100644 --- a/tests/jni/system_out.py +++ b/tests/jni/system_out.py @@ -1,5 +1,6 @@ try: import jni + System = jni.cls("java/lang/System") except: print("SKIP") |