Index: test/mjsunit/harmony/new-target.js |
diff --git a/test/mjsunit/harmony/new-target.js b/test/mjsunit/harmony/new-target.js |
index 63e78d5fd57a6f177e4952f6fbbdd8d05d04c385..587461a958ddb64fb2bf3ced1d6869e04b0ad259 100644 |
--- a/test/mjsunit/harmony/new-target.js |
+++ b/test/mjsunit/harmony/new-target.js |
@@ -156,8 +156,6 @@ |
})(); |
-/* |
-// TODO(arv): Reflect.construct does not work correctly with a third argument. |
(function TestReflectConstruct() { |
var calls = 0; |
function f(expected) { |
@@ -187,7 +185,6 @@ |
assertEquals(Object.getPrototypeOf(o), g.prototype); |
assertEquals(2, calls); |
})(); |
-*/ |
(function TestRestParametersFunction() { |