diff options
Diffstat (limited to 'tests/testdata/test/allow_none.ts')
-rw-r--r-- | tests/testdata/test/allow_none.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/test/allow_none.ts b/tests/testdata/test/allow_none.ts index 17a6f4014..e59a30c4d 100644 --- a/tests/testdata/test/allow_none.ts +++ b/tests/testdata/test/allow_none.ts @@ -7,7 +7,6 @@ const permissions: Deno.PermissionName[] = [ "env", "run", "ffi", - "hrtime", ]; for (const name of permissions) { |