blob: c72ec36632b1742fc82238e89192637e76a2b005 [file] [log] [blame]
function shouldBe(actual, expected) {
if (actual !== expected)
throw new Error('bad value: ' + actual);
}
shouldBe(typeof InternalPromise, "undefined");