diff options
Diffstat (limited to 'tests/unit/files_test.ts')
-rw-r--r-- | tests/unit/files_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/unit/files_test.ts b/tests/unit/files_test.ts index b39b5f417..c79397109 100644 --- a/tests/unit/files_test.ts +++ b/tests/unit/files_test.ts @@ -929,7 +929,7 @@ function runFlockTestProcess(opts: { exclusive: boolean; sync: boolean }) { `; const process = new Deno.Command(Deno.execPath(), { - args: ["eval", "--unstable", scriptText], + args: ["eval", scriptText], stdin: "piped", stdout: "piped", stderr: "null", |