chore(tools): use local std in wpt utils (#11644)

This commit is contained in:
Divy Srivastava 2021-08-12 13:39:27 +05:30 committed by GitHub
parent 57aea228e8
commit b1799e6771
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 {