diff options
Diffstat (limited to 'js/src/jit-test/tests/gc/bug-1802478.js')
-rw-r--r-- | js/src/jit-test/tests/gc/bug-1802478.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/js/src/jit-test/tests/gc/bug-1802478.js b/js/src/jit-test/tests/gc/bug-1802478.js index 05559c3f6f..d37188d576 100644 --- a/js/src/jit-test/tests/gc/bug-1802478.js +++ b/js/src/jit-test/tests/gc/bug-1802478.js @@ -1,5 +1,3 @@ -// |jit-test| skip-if: !('oomAfterAllocations' in this) - enableTrackAllocations(); for (a of "x") { gczeal(2, 1); |