summaryrefslogtreecommitdiffstats
path: root/js/src/tests/js1_8_1/regress/regress-524264.js
blob: 78006bd6c4f68a633498c761e3a8ef4fcee5090f (plain)
1
2
3
4
5
6
7
/*
 * Any copyright is dedicated to the Public Domain.
 * http://creativecommons.org/licenses/publicdomain/
 * Contributor: Jason Orendorff
 */
uneval(function () { do yield; while (0); });
reportCompare("no assertion failure", "no assertion failure", "bug 524264");