summaryrefslogtreecommitdiff
path: root/test/2002-virtual-structural-initializing
diff options
context:
space:
mode:
Diffstat (limited to 'test/2002-virtual-structural-initializing')
-rw-r--r--[-rwxr-xr-x]test/2002-virtual-structural-initializing/run.py (renamed from test/2002-virtual-structural-initializing/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/2002-virtual-structural-initializing/run b/test/2002-virtual-structural-initializing/run.py
index 03e41a58e7..9ef412d7a8 100755..100644
--- a/test/2002-virtual-structural-initializing/run
+++ b/test/2002-virtual-structural-initializing/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"])