summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/set_exit_code_2.ts
AgeCommit message (Collapse)Author
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
This commit removes "Deno.core" namespace. It is strictly private API that has no stability guarantees, we were supposed to remove it long time ago. Co-authored-by: Yoshiya Hinosawa <stibium121@gmail.com>
2022-09-19refactor: move out test files from root testdata directory into sub ↵David Sherret
directories (#15949)