Commit 78f298a7 authored by Jan de Mooij's avatar Jan de Mooij
Browse files

Bug 1368595 - Add allow-oom attribute to bug1355573.js jit-test. r=jonco

parent 162c7beb
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
// |jit-test| error:overflow
// |jit-test| error:overflow; allow-oom
if (getBuildConfiguration().debug === true)
    throw "overflow";
function f(){};