summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/basic/date-getLocale-oom.js
blob: 7c0b1a71904bd64d2d62dc58ff311c56c34f356b (plain)
1
2
3
4
5
// |jit-test| skip-if: !('oomTest' in this)

oomTest(function () {
  new Date(NaN).toString();
}, {keepFailing: true});