blob: 5576f1645349c4e319bdc0d15cbcc48ff96bfa73 [file] [log] [blame]
# Owner(s): ["oncall: jit"]
import sys
sys.argv.append("--jit-executor=legacy")
from test_jit import * # noqa: F403
if __name__ == '__main__':
run_tests()