diff options
Diffstat (limited to 'test/1964-add-to-dex-classloader-file/run')
-rwxr-xr-x | test/1964-add-to-dex-classloader-file/run | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/1964-add-to-dex-classloader-file/run b/test/1964-add-to-dex-classloader-file/run index 4796039801..c6e62ae6cd 100755 --- a/test/1964-add-to-dex-classloader-file/run +++ b/test/1964-add-to-dex-classloader-file/run @@ -14,6 +14,4 @@ # See the License for the specific language governing permissions and # limitations under the License. - -def run(ctx, args): - ctx.default_run(args, jvmti=True) +./default-run "$@" --jvmti |