зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1562102 - Part 2: Test. r=jorendorff
Depends on D36696 Differential Revision: https://phabricator.services.mozilla.com/D36697 --HG-- extra : moz-landing-system : lando
This commit is contained in:
Родитель
2f5c338236
Коммит
dfa01fb727
|
@ -0,0 +1,12 @@
|
|||
// |jit-test| allow-oom; allow-unhandlable-oom; skip-if: !('oomTest' in this)
|
||||
oomTest(
|
||||
function() {
|
||||
evaluate(`
|
||||
class C {
|
||||
c;
|
||||
}
|
||||
`, {
|
||||
compileAndGo: true
|
||||
});
|
||||
}
|
||||
)
|
Загрузка…
Ссылка в новой задаче