summaryrefslogtreecommitdiff
path: root/test/904-object-allocation
diff options
context:
space:
mode:
Diffstat (limited to 'test/904-object-allocation')
-rw-r--r--[-rwxr-xr-x]test/904-object-allocation/run.py (renamed from test/904-object-allocation/run)4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/904-object-allocation/run b/test/904-object-allocation/run.py
index c6e62ae6cd..4796039801 100755..100644
--- a/test/904-object-allocation/run
+++ b/test/904-object-allocation/run.py
@@ -14,4 +14,6 @@
# See the License for the specific language governing permissions and
# limitations under the License.
-./default-run "$@" --jvmti
+
+def run(ctx, args):
+ ctx.default_run(args, jvmti=True)