summaryrefslogtreecommitdiff
path: root/examples/test.ts
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2019-08-14 02:03:29 +0200
committerRyan Dahl <ry@tinyclouds.org>2019-08-13 20:03:29 -0400
commit63bbe2a2e041388ec167d67c73f497ea7b8590c6 (patch)
tree70bf7ba57ace4e03d8c46b095afa23edcf17bf74 /examples/test.ts
parent50fdccb17549eae05be2a68163f6e739cdf82b53 (diff)
ci: bump to v0.15.0 (denoland/deno_std#556)
Original: https://github.com/denoland/deno_std/commit/f3ddb4f26b81b4fbed86f4b54db7b3e7e3b7fe4e
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",