summaryrefslogtreecommitdiff
path: root/tests/cat.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cat.ts')
-rw-r--r--tests/cat.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/cat.ts b/tests/cat.ts
index 66df14794..deb2be2f3 100644
--- a/tests/cat.ts
+++ b/tests/cat.ts
@@ -1,4 +1,4 @@
-import { stdout, open, copy, args } from "deno";
+const { stdout, open, copy, args } = Deno;
async function main() {
for (let i = 1; i < args.length; i++) {