diff options
Diffstat (limited to 'std/fs/empty_dir_test.ts')
-rw-r--r-- | std/fs/empty_dir_test.ts | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/std/fs/empty_dir_test.ts b/std/fs/empty_dir_test.ts index 6c06c9d52..b71ae16f8 100644 --- a/std/fs/empty_dir_test.ts +++ b/std/fs/empty_dir_test.ts @@ -203,8 +203,7 @@ for (const s of scenes) { ); try { - // TODO(lucacasonato): remove unstable when stabilized - const args = [Deno.execPath(), "run", "--unstable"]; + const args = [Deno.execPath(), "run"]; if (s.read) { args.push("--allow-read"); |