diff options
Diffstat (limited to 'std/path/globrex_test.ts')
-rw-r--r-- | std/path/globrex_test.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/std/path/globrex_test.ts b/std/path/globrex_test.ts index 27541a5c8..c52ed108e 100644 --- a/std/path/globrex_test.ts +++ b/std/path/globrex_test.ts @@ -6,7 +6,7 @@ const { test } = Deno; import { assertEquals } from "../testing/asserts.ts"; import { GlobrexOptions, globrex } from "./globrex.ts"; -const isWin = Deno.build.os === "win"; +const isWin = Deno.build.os === "windows"; const t = { equal: assertEquals, is: assertEquals }; function match( |