From b1799e67715b003d8b8ec0648151d1c3b77feb0a Mon Sep 17 00:00:00 2001 From: Divy Srivastava Date: Thu, 12 Aug 2021 13:39:27 +0530 Subject: [PATCH] chore(tools): use local std in wpt utils (#11644) --- tools/wpt/utils.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 1f76ff128c..1a7a682be6 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -1,7 +1,7 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. /// FLAGS -import { parse } from "https://deno.land/std@0.84.0/flags/mod.ts"; +import { parse } from "../../test_util/std/flags/mod.ts"; import { join, resolve, ROOT_PATH } from "../util.js"; export const {