Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
leirocks committed May 20, 2016
1 parent c1d5e79 commit ceae1ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/es6/proxyenumremoval.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ var proxy = new Proxy({c:1,d:2}, {
});
for(var key in proxy){ keys += key;}
passed &= keys==="cd";
WScript.Echo(keys)

var keys=""
var proxy = new Proxy({b:1,a:2}, {
Expand Down

0 comments on commit ceae1ba

Please sign in to comment.