summaryrefslogtreecommitdiff
path: root/path/join_test.ts
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-12-23 18:49:46 -0500
committerGitHub <noreply@github.com>2018-12-23 18:49:46 -0500
commit7143f7d86043c05f0b4a303a41c29ea90b87dc63 (patch)
tree01641b145ee36d161e81e68466843f4f3e2c9985 /path/join_test.ts
parent0b9ab1249b4bc0a7ab34ee68ca9ea71d7cd7d2ff (diff)
Make compatible with latest deno (denoland/deno_std#41)
Original: https://github.com/denoland/deno_std/commit/0772030f5d08c97744dc0d3d102dec437464bc28
Diffstat (limited to 'path/join_test.ts')
-rw-r--r--path/join_test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/path/join_test.ts b/path/join_test.ts
index 70b78c7be..2c98592f5 100644
--- a/path/join_test.ts
+++ b/path/join_test.ts
@@ -1,5 +1,5 @@
import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
-import * as path from "./index";
+import * as path from "./index.ts";
const backslashRE = /\\/g;