mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 15:06:54 -05:00
55c27cadc8
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
Text
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"
|
|
}
|