remove buggy traceur test
This commit is contained in:
parent
ff8bafaece
commit
d2b67d5048
@ -1,8 +0,0 @@
|
|||||||
function test() {
|
|
||||||
let ret = true;
|
|
||||||
while (false)
|
|
||||||
for (let i = 0; i < 1; i++)
|
|
||||||
ret = () => i;
|
|
||||||
return ret
|
|
||||||
}
|
|
||||||
assert.isTrue(test());
|
|
||||||
Loading…
x
Reference in New Issue
Block a user