summaryrefslogtreecommitdiff
path: root/test.ts
diff options
context:
space:
mode:
authorchiefbiiko <noah.anabiik.schwarz@gmail.com>2019-03-11 19:21:13 +0100
committerRyan Dahl <ry@tinyclouds.org>2019-03-11 14:21:13 -0400
commit4a97a6e67e93cdbcecde3d9b99092f15d3dfd803 (patch)
tree71085fb76e7e4b540f7e376fe0c97b04be86c7f6 /test.ts
parentd4ba2978a6e1c2a38a98ad95d0915e492e5a3621 (diff)
Move benching into testing. (denoland/deno_std#258)
Original: https://github.com/denoland/deno_std/commit/4de86f04de8c83f8af184cb67b56f4022c17864f
Diffstat (limited to 'test.ts')
-rwxr-xr-xtest.ts1
1 files changed, 0 insertions, 1 deletions
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";