summaryrefslogtreecommitdiff
path: root/examples/test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'examples/test.ts')
-rw-r--r--examples/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/test.ts b/examples/test.ts
index 542a191bf..9887b1267 100644
--- a/examples/test.ts
+++ b/examples/test.ts
@@ -16,7 +16,7 @@ test(function t2(): void {
test(async function catSmoke(): Promise<void> {
const p = run({
args: [
- Deno.execPath,
+ Deno.execPath(),
"run",
"--allow-read",
"examples/cat.ts",