From ad6360edf9a072fdb393ddb59036ba8bb4dae25e Mon Sep 17 00:00:00 2001 From: Nayeem Rahman Date: Sun, 28 Jul 2019 12:10:29 +0100 Subject: Make shebangs Linux compatible (denoland/deno_std#545) Original: https://github.com/denoland/deno_std/commit/5e77e8adc70f9fffc88a86e18608283b0e10848e --- testing/test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing') diff --git a/testing/test.ts b/testing/test.ts index 8c0644272..c726ffb1a 100644 --- a/testing/test.ts +++ b/testing/test.ts @@ -6,7 +6,7 @@ import { assertStrictEq, assertThrows, assertThrowsAsync -} from "../testing/asserts.ts"; +} from "./asserts.ts"; import "./format_test.ts"; import "./diff_test.ts"; import "./pretty_test.ts"; -- cgit v1.2.3