From 4a97a6e67e93cdbcecde3d9b99092f15d3dfd803 Mon Sep 17 00:00:00 2001 From: chiefbiiko Date: Mon, 11 Mar 2019 19:21:13 +0100 Subject: Move benching into testing. (denoland/deno_std#258) Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f --- test.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'test.ts') diff --git a/test.ts b/test.ts index 4c51943d3..400cf323b 100755 --- a/test.ts +++ b/test.ts @@ -1,6 +1,5 @@ #!/usr/bin/env deno -A // Copyright 2018-2019 the Deno authors. All rights reserved. MIT license. -import "./benching/test.ts"; import "./colors/test.ts"; import "./datetime/test.ts"; import "./examples/test.ts"; -- cgit v1.2.3