summaryrefslogtreecommitdiff
path: root/test/1953-pop-frame/run.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/1953-pop-frame/run.py')
-rw-r--r--test/1953-pop-frame/run.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1953-pop-frame/run.py b/test/1953-pop-frame/run.py
index d529fb8978..81e237f6be 100644
--- a/test/1953-pop-frame/run.py
+++ b/test/1953-pop-frame/run.py
@@ -27,4 +27,4 @@ def run(ctx, args):
# quite the right way so they are disabled there too.
if not (args.jvm or args.verify_soft_fail or not args.prebuild or
(args.jvmti_redefine_stress and args.host)):
- ctx.run(fr"patch -p0 expected-stdout.txt < class-loading-expected.patch")
+ ctx.expected_stdout = ctx.expected_stdout.with_suffix(".no-jvm.txt")