diff options
Diffstat (limited to 'std/node/os_test.ts')
-rw-r--r-- | std/node/os_test.ts | 7 |
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, |