remove old spec tests

This commit is contained in:
Sebastian McKenzie
2015-01-06 22:19:34 +11:00
parent ed988dc2bb
commit 5f56da457c
4 changed files with 0 additions and 14 deletions

View File

@@ -1,3 +0,0 @@
for (var i = 0 in obj) {
}

View File

@@ -1,3 +0,0 @@
for (var i = 0 of obj) {
}

View File

@@ -1,3 +0,0 @@
{
"throws": "No assignments allowed in for-in/of head"
}

View File

@@ -1,5 +0,0 @@
function f() { return 1; }
{
function f() { return 2; }
}
assert.equal(f(), 1);