diff options
Diffstat (limited to 'tools/wpt/utils.ts')
-rw-r--r-- | tools/wpt/utils.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/wpt/utils.ts b/tools/wpt/utils.ts index 48a50a0e2..aa1d6d115 100644 --- a/tools/wpt/utils.ts +++ b/tools/wpt/utils.ts @@ -1,7 +1,7 @@ // Copyright 2018-2024 the Deno authors. All rights reserved. MIT license. /// FLAGS -import { parse } from "../../test_util/std/flags/mod.ts"; +import { parse } from "../../tests/util/std/flags/mod.ts"; import { join, resolve, ROOT_PATH } from "../util.js"; export const { |