diff options
Diffstat (limited to 'std/path/glob.ts')
-rw-r--r-- | std/path/glob.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/glob.ts b/std/path/glob.ts index 34fc213f6..c7d23b344 100644 --- a/std/path/glob.ts +++ b/std/path/glob.ts @@ -4,7 +4,7 @@ import { SEP, SEP_PATTERN } from "./separator.ts"; import { globrex } from "./_globrex.ts"; import { join, normalize } from "./mod.ts"; -import { assert } from "../testing/asserts.ts"; +import { assert } from "../_util/assert.ts"; export interface GlobOptions { extended?: boolean; |