summaryrefslogtreecommitdiff
path: root/test/1976-hello-structural-static-methods
diff options
context:
space:
mode:
Diffstat (limited to 'test/1976-hello-structural-static-methods')
-rw-r--r--[-rwxr-xr-x]test/1976-hello-structural-static-methods/run.py (renamed from test/1976-hello-structural-static-methods/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/1976-hello-structural-static-methods/run b/test/1976-hello-structural-static-methods/run.py
index 03e41a58e7..9ef412d7a8 100755..100644
--- a/test/1976-hello-structural-static-methods/run
+++ b/test/1976-hello-structural-static-methods/run.py
@@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-./default-run "$@" --jvmti --runtime-option -Xopaque-jni-ids:true
+
+def run(ctx, args):
+ ctx.default_run(args, jvmti=True, runtime_option=["-Xopaque-jni-ids:true"])