diff options
-rw-r--r-- | tools/bench/rebootstrap.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/bench/rebootstrap.js b/tools/bench/rebootstrap.js index b85276ef3..6090843d8 100644 --- a/tools/bench/rebootstrap.js +++ b/tools/bench/rebootstrap.js @@ -1,5 +1,5 @@ -import { dirname, fromFileUrl, join } from "https://deno.land/std/path/mod.ts"; -import { expandGlobSync } from "https://deno.land/std/fs/mod.ts"; +import { dirname, fromFileUrl, join } from "../../test_util/std/path/mod.ts"; +import { expandGlobSync } from "../../test_util/std/fs/mod.ts"; const ROOT_DIR = join(dirname(fromFileUrl(import.meta.url)), "..", ".."); |