summaryrefslogtreecommitdiff
path: root/tests/025_hrtime.ts
diff options
context:
space:
mode:
Diffstat (limited to 'tests/025_hrtime.ts')
-rw-r--r--tests/025_hrtime.ts3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/025_hrtime.ts b/tests/025_hrtime.ts
deleted file mode 100644
index 417ca6982..000000000
--- a/tests/025_hrtime.ts
+++ /dev/null
@@ -1,3 +0,0 @@
-console.log(performance.now() % 2 !== 0);
-Deno.revokePermission("hrtime");
-console.log(performance.now() % 2 === 0);