summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/auto-regress/bug1562102.js
blob: 78f5ef901056aeb77e4b9a339b94d5f73a902127 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// |jit-test| allow-oom; allow-unhandlable-oom; skip-if: !('oomTest' in this)
oomTest(
  function() {
    evaluate(`
class C {
  c;
}
`, {
  compileAndGo: true
});
  }
)