diff options
author | Colin Ihrig <cjihrig@gmail.com> | 2022-10-25 11:21:14 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-25 11:21:14 -0400 |
commit | 606db35ccbe8e3c1ce93ae943a2f9850558400af (patch) | |
tree | 48123d79982e74a5be8c0679c6f1a7ef9abe2df1 /cli/tests/testdata/run/unstable.js | |
parent | f242d98280a7b261af9bf458498915d973f8d48e (diff) |
feat: stabilize Deno.loadavg() (#16412)
Diffstat (limited to 'cli/tests/testdata/run/unstable.js')
-rw-r--r-- | cli/tests/testdata/run/unstable.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tests/testdata/run/unstable.js b/cli/tests/testdata/run/unstable.js index a9894be3e..8c01b214e 100644 --- a/cli/tests/testdata/run/unstable.js +++ b/cli/tests/testdata/run/unstable.js @@ -1 +1 @@ -console.log(Deno.loadavg); +console.log(Deno.umask); |