remove old spec tests
This commit is contained in:
@@ -1,3 +0,0 @@
|
||||
for (var i = 0 in obj) {
|
||||
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
for (var i = 0 of obj) {
|
||||
|
||||
}
|
||||
@@ -1,3 +0,0 @@
|
||||
{
|
||||
"throws": "No assignments allowed in for-in/of head"
|
||||
}
|
||||
@@ -1,5 +0,0 @@
|
||||
function f() { return 1; }
|
||||
{
|
||||
function f() { return 2; }
|
||||
}
|
||||
assert.equal(f(), 1);
|
||||
Reference in New Issue
Block a user