summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/promise/unhandled-rejections.js
blob: 0bafa27fd03eb673f4b196dd1712924d3169b578 (plain)
1
2
3
// |jit-test| error:Unhandled rejection: "some reason"

Promise.reject("some reason");