Index: test/mjsunit/harmony/proxies-revocable.js |
diff --git a/test/mjsunit/harmony/proxies-revocable.js b/test/mjsunit/harmony/proxies-revocable.js |
index d0d0f781d292736c0b0c24e55acd2edebb383b00..136bb680c242bdd1c6c2a3957700f57695300c13 100644 |
--- a/test/mjsunit/harmony/proxies-revocable.js |
+++ b/test/mjsunit/harmony/proxies-revocable.js |
@@ -10,7 +10,6 @@ traps = [ |
"getOwnPropertyDescriptor", "has", "get", "set", "deleteProperty", |
"defineProperty", "ownKeys", "apply", "construct" |
]; |
-// TODO(neis): Fix enumerate. |
var {proxy, revoke} = Proxy.revocable({}, {}); |
assertEquals(0, revoke.length); |