diff options
| author | Max Graey <maxgraey@gmail.com> | 2019-01-22 05:56:35 +0200 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2019-01-21 21:56:35 -0600 |
| commit | 41829f3e2bd0b1c3af8b508dfafb1b5a17fe59b6 (patch) | |
| tree | 1588c7027b85bf9e0f711376036f479d192549b2 /test.ts | |
| parent | d710f9427af35363fb7f9b82d09eae5bd8342a63 (diff) | |
fix possible range issues for copyBytes in io/util (denoland/deno_std#146)
Original: https://github.com/denoland/deno_std/commit/2081f03a0748dac0cf0ab7e6e2d7e427841aca22
Diffstat (limited to 'test.ts')
| -rwxr-xr-x | test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ import "fs/path/resolve_test.ts"; import "fs/path/zero_length_strings_test.ts"; import "io/bufio_test.ts"; import "io/ioutil_test.ts"; +import "io/util_test.ts"; import "http/http_test.ts"; import "http/file_server_test.ts"; import "log/test.ts"; |
