summaryrefslogtreecommitdiff
path: root/std/node/os_test.ts
diff options
context:
space:
mode:
Diffstat (limited to 'std/node/os_test.ts')
-rw-r--r--std/node/os_test.ts7
1 files changed, 0 insertions, 7 deletions
diff --git a/std/node/os_test.ts b/std/node/os_test.ts
index f0b9ca79d..c67879d23 100644
--- a/std/node/os_test.ts
+++ b/std/node/os_test.ts
@@ -246,13 +246,6 @@ test({
);
assertThrows(
() => {
- os.type();
- },
- Error,
- "Not implemented"
- );
- assertThrows(
- () => {
os.uptime();
},
Error,