diff options
Diffstat (limited to 'test/141-class-unload/run.py')
-rw-r--r-- | test/141-class-unload/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/141-class-unload/run.py b/test/141-class-unload/run.py index c3fda2f9e5..691d20995c 100644 --- a/test/141-class-unload/run.py +++ b/test/141-class-unload/run.py @@ -17,4 +17,4 @@ def run(ctx, args): # Currently app images aren't unloaded when dex files are unloaded. - ctx.default_run(args, secondary_app_image=False) + ctx.default_run(args, profile=True, secondary_app_image=False) |