summaryrefslogtreecommitdiff
path: root/std/fs/empty_dir_test.ts
diff options
context:
space:
mode:
authorTrivikram Kamat <16024985+trivikr@users.noreply.github.com>2020-07-26 12:52:08 -0700
committerGitHub <noreply@github.com>2020-07-26 15:52:08 -0400
commitc8fc679329f45f50c061a67400e572f356b7890f (patch)
tree954f3fd643f60598aa164cd60e142aef7ed80936 /std/fs/empty_dir_test.ts
parent7326e1ab490aab2220b139460165be0bfbf04f36 (diff)
test(std): remove unstable from multiple tests (#6882)
Diffstat (limited to 'std/fs/empty_dir_test.ts')
-rw-r--r--std/fs/empty_dir_test.ts3
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");