1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-01-08 15:19:40 -05:00

chore: rm toplevel sanitizer_test.ts (#13590)

This commit is contained in:
Divy Srivastava 2022-02-04 16:12:23 +05:30 committed by GitHub
parent af5a373e00
commit 83bba957d5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +0,0 @@
Deno.test("foo", () => {
Deno.openSync("README.md");
Deno.stdin.close();
});