diff options
Diffstat (limited to 'test/1954-pop-frame-jit/run.py')
-rw-r--r-- | test/1954-pop-frame-jit/run.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/1954-pop-frame-jit/run.py b/test/1954-pop-frame-jit/run.py index 4f8a0c252e..459b44752a 100644 --- a/test/1954-pop-frame-jit/run.py +++ b/test/1954-pop-frame-jit/run.py @@ -27,4 +27,4 @@ def run(ctx, args): # quite the right way so they are disabled there too. if (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 < jvm-expected.patch") + ctx.expected_stdout = ctx.expected_stdout.with_suffix(".jvm.txt") |