summaryrefslogtreecommitdiff
path: root/datetime/test.ts
diff options
context:
space:
mode:
authorEnokMan <416828041@qq.com>2019-02-24 00:13:54 +0800
committerRyan Dahl <ry@tinyclouds.org>2019-02-23 11:13:53 -0500
commita4383984d1a5aa3d6b3d843a89ded8fbb1015d36 (patch)
tree36103c41c3cb391e8015e8f9a470265e8906d0da /datetime/test.ts
parentd63a2e02246c0eb2ee6258b8fc32bbd0f9378567 (diff)
Fixed non-standard prefix on importing (denoland/deno_std#216)
Original: https://github.com/denoland/deno_std/commit/f65fda8336e72fe0cc19df2077eae5a00e64d337
Diffstat (limited to 'datetime/test.ts')
-rw-r--r--datetime/test.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/datetime/test.ts b/datetime/test.ts
index 65577420b..3329e9cd1 100644
--- a/datetime/test.ts
+++ b/datetime/test.ts
@@ -1,6 +1,6 @@
// Copyright 2018-2019 the Deno authors. All rights reserved. MIT license.
import { test, assertEqual, assert } from "../testing/mod.ts";
-import * as datetime from "mod.ts";
+import * as datetime from "./mod.ts";
test(function parseDateTime() {
assertEqual(