diff options
author | Asher Gomez <ashersaupingomez@gmail.com> | 2024-09-03 08:06:27 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-02 22:06:27 +0000 |
commit | f6eab6c4bd7a8bba35f13fd353ac319625373553 (patch) | |
tree | 27ef4187353b42c1ab4c60f4d69806a350b4a8e0 /tests | |
parent | e804175a0ad850f09086b70368042ac50cee116e (diff) |
BREAKING: remove `--allow-none` flag (#25337)
Towards #22079
Signed-off-by: Luca Casonato <hello@lcas.dev>
Co-authored-by: Luca Casonato <hello@lcas.dev>
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) - |