1# Owner(s): ["oncall: jit"] 2 3import sys 4sys.argv.append("--jit-executor=legacy") 5from test_jit import * # noqa: F403 6 7if __name__ == '__main__': 8 run_tests() 9