mirror of
https://github.com/denoland/deno.git
synced 2025-09-30 06:04:48 +00:00
parent
423424f1da
commit
5f74f7eebe
3 changed files with 3 additions and 3 deletions
|
@ -4,7 +4,7 @@
|
|||
// license that can be found in the LICENSE file.
|
||||
|
||||
import * as deno from "deno";
|
||||
import { test, assertEqual } from "http://deno.land/x/testing/testing.ts";
|
||||
import { test, assertEqual } from "https://deno.land/x/testing/testing.ts";
|
||||
import { BufReader, BufState } from "./bufio.ts";
|
||||
import { Buffer } from "./buffer.ts";
|
||||
import * as iotest from "./iotest.ts";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue