From f6eab6c4bd7a8bba35f13fd353ac319625373553 Mon Sep 17 00:00:00 2001 From: Asher Gomez Date: Tue, 3 Sep 2024 08:06:27 +1000 Subject: BREAKING: remove `--allow-none` flag (#25337) Towards #22079 Signed-off-by: Luca Casonato Co-authored-by: Luca Casonato --- tests/specs/test/no_files/__test__.jsonc | 5 ----- tests/specs/test/no_files/allow_none.out | 5 ----- 2 files changed, 10 deletions(-) delete mode 100644 tests/specs/test/no_files/allow_none.out (limited to 'tests') 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) - -- cgit v1.2.3