diff options
Diffstat (limited to 'tools/wpt.ts')
| -rwxr-xr-x | tools/wpt.ts | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/tools/wpt.ts b/tools/wpt.ts index 0c56e9efd..f8ec3f517 100755 --- a/tools/wpt.ts +++ b/tools/wpt.ts @@ -29,17 +29,8 @@ import { updateManifest, wptreport, } from "./wpt/utils.ts"; -import { - blue, - bold, - green, - red, - yellow, -} from "https://deno.land/std@0.84.0/fmt/colors.ts"; -import { - writeAll, - writeAllSync, -} from "https://deno.land/std@0.95.0/io/util.ts"; +import { blue, bold, green, red, yellow } from "../test_util/std/fmt/colors.ts"; +import { writeAll, writeAllSync } from "../test_util/std/io/util.ts"; import { saveExpectation } from "./wpt/utils.ts"; const command = Deno.args[0]; |
