Index: test/mjsunit/compiler/inline-function-apply.js |
diff --git a/test/mjsunit/compiler/inline-function-apply.js b/test/mjsunit/compiler/inline-function-apply.js |
index 76bfa4510acbd0c1f94328901e5369163f12570c..6b761f4df8b506387f58e6fa17e61ca656b965e5 100644 |
--- a/test/mjsunit/compiler/inline-function-apply.js |
+++ b/test/mjsunit/compiler/inline-function-apply.js |
@@ -48,8 +48,7 @@ |
} |
function B(x,y) { |
- // TODO(2539): Enable the mutation below once bug is fixed. |
- //x = 0; y = 0; |
+ x = 0; y = 0; |
var r = "B" + dispatcher.func.apply(this, arguments); |
assertSame(argumentsCount, arguments.length); |
for (var i = 0; i < arguments.length; i++) { |