summaryrefslogtreecommitdiffstats
path: root/js/src/jit-test/tests/for-of/arrays-5.js
blob: 266eb1d948d5f7100ec88858b27cb38ecf43cb40 (plain)
1
2
3
4
// for-of on an empty array does nothing.

for (var x of [])
    fail();