diff --git a/compiler/tests/stress_tests/test_stress.py b/compiler/tests/stress_tests/test_stress.py index 011364fc2..4c0aa60f3 100644 --- a/compiler/tests/stress_tests/test_stress.py +++ b/compiler/tests/stress_tests/test_stress.py @@ -25,7 +25,7 @@ TRACE = os.path.join(TEST_PATH, 'trace') JIT_INVOKE_MAIN = ( '--action=jit-invoke', - '--jit-funcname=main', + '--funcname=main', '--jit-keyset-cache-path=/tmp/StresstestsCache', )