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