summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/xdr/bug1427860.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/src/jit-test/tests/xdr/bug1427860.js')
-rw-r--r--js/src/jit-test/tests/xdr/bug1427860.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/src/jit-test/tests/xdr/bug1427860.js b/js/src/jit-test/tests/xdr/bug1427860.js
index fd6d6f0411..befa6782ae 100644
--- a/js/src/jit-test/tests/xdr/bug1427860.js
+++ b/js/src/jit-test/tests/xdr/bug1427860.js
@@ -1,4 +1,4 @@
-// |jit-test| --code-coverage; skip-if: !('oomAtAllocation' in this)
+// |jit-test| --code-coverage
let x = cacheEntry("function inner() { return 3; }; inner()");
evaluate(x, { saveIncrementalBytecode: true });