summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/compile/vfs_implicit_read_permission
diff options
context:
space:
mode:
Diffstat (limited to 'cli/tests/testdata/compile/vfs_implicit_read_permission')
-rw-r--r--cli/tests/testdata/compile/vfs_implicit_read_permission/main.out8
-rw-r--r--cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts3
2 files changed, 0 insertions, 11 deletions
diff --git a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.out b/cli/tests/testdata/compile/vfs_implicit_read_permission/main.out
deleted file mode 100644
index 17d05159c..000000000
--- a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.out
+++ /dev/null
@@ -1,8 +0,0 @@
- __________________
-< Hello from Deno! >
- ------------------
- \ ^__^
- \ (oo)\_______
- (__)\ )\/\
- ||----w |
- || ||
diff --git a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts b/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts
deleted file mode 100644
index 56ad1e095..000000000
--- a/cli/tests/testdata/compile/vfs_implicit_read_permission/main.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-// this will read a file from the package
-import { say } from "npm:cowsay@1.5.0";
-console.log(say({ text: "Hello from Deno!" }));