diff options
| author | 2022-09-30 01:04:10 -0700 | |
|---|---|---|
| committer | 2022-09-30 01:04:10 -0700 | |
| commit | 84af4f0133b28813155acbab123ce957ac9e2645 (patch) | |
| tree | c532715a0ccc9f6e9c03a50e8fee78e89607bebf /test/bun.js/gc.js | |
| parent | 6338413696e907b6b42ecf8b3a35b92988b10f4f (diff) | |
| download | bun-84af4f0133b28813155acbab123ce957ac9e2645.tar.gz bun-84af4f0133b28813155acbab123ce957ac9e2645.tar.zst bun-84af4f0133b28813155acbab123ce957ac9e2645.zip | |
more gc in fs test
Diffstat (limited to 'test/bun.js/gc.js')
| -rw-r--r-- | test/bun.js/gc.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/bun.js/gc.js b/test/bun.js/gc.js index 9212e8b76..350f279a1 100644 --- a/test/bun.js/gc.js +++ b/test/bun.js/gc.js @@ -1,5 +1,4 @@ export function gc() { - // console.trace("GC"); Bun.gc(true); } |
