Fix error message on for-in loops

This commit is contained in:
Ilmir Usmanov
2014-10-10 14:57:56 +04:00
parent 2c90f8a7f1
commit 64a0d8a8b0
2 changed files with 15 additions and 6 deletions
@@ -12,4 +12,4 @@
// See the License for the specific language governing permissions and
// limitations under the License.
assert(return String(NaN) === "NaN" ? 1 : 0);
assert(String(NaN) === "NaN");