1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-22 15:06:54 -05:00
denoland-deno/tests/specs/run/v8_jitless/__test__.jsonc
Bartek Iwańczuk 55c27cadc8
test: add test for running in V8 jitless mode (#23054)
Fixes https://github.com/denoland/deno/issues/22453

This is fixed due to upgrade of deno_core, just adding
a test here.
2024-04-15 23:47:01 +00:00

5 lines
142 B
Text

// Regression test for https://github.com/denoland/deno/issues/22453
{
"args": "run --v8-flags=--jitless main.js",
"output": "main.out"
}