diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/test/no_files/__test__.jsonc | 5 | ||||
-rw-r--r-- | tests/specs/test/no_files/allow_none.out | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/tests/specs/test/no_files/__test__.jsonc b/tests/specs/test/no_files/__test__.jsonc index 0bb252ec7..3440a4907 100644 --- a/tests/specs/test/no_files/__test__.jsonc +++ b/tests/specs/test/no_files/__test__.jsonc @@ -9,11 +9,6 @@ "args": "test --permit-no-files", "output": "permit_no_files.out", "exitCode": 0 - }, - "allow_none": { - "args": "test --allow-none", - "output": "allow_none.out", - "exitCode": 0 } } } diff --git a/tests/specs/test/no_files/allow_none.out b/tests/specs/test/no_files/allow_none.out deleted file mode 100644 index 1cc973bb5..000000000 --- a/tests/specs/test/no_files/allow_none.out +++ /dev/null @@ -1,5 +0,0 @@ -⚠️ The `--allow-none` flag is deprecated and will be removed in Deno 2.0. -Use the `--permit-no-files` flag instead. - -ok | 0 passed | 0 failed (0ms) - |