mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 15:21:26 -05:00
![Bartek Iwańczuk](/assets/img/avatar_default.png)
Fixes https://github.com/denoland/deno/issues/22453 This is fixed due to upgrade of deno_core, just adding a test here.
5 lines
142 B
JSON
5 lines
142 B
JSON
// Regression test for https://github.com/denoland/deno/issues/22453
|
|
{
|
|
"args": "run --v8-flags=--jitless main.js",
|
|
"output": "main.out"
|
|
}
|