summaryrefslogtreecommitdiff
path: root/tests/testdata/test/allow_none.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/testdata/test/allow_none.ts')
-rw-r--r--tests/testdata/test/allow_none.ts1
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) {