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