Index: test/mjsunit/compiler/inline-accessors.js |
diff --git a/test/mjsunit/compiler/inline-accessors.js b/test/mjsunit/compiler/inline-accessors.js |
index a4cf7ae8c112356c33bd4067482b6df8889994b9..3cb55665edd5bb16afc542227abe2b6277f1e417 100644 |
--- a/test/mjsunit/compiler/inline-accessors.js |
+++ b/test/mjsunit/compiler/inline-accessors.js |
@@ -29,6 +29,8 @@ |
var accessorCallCount, setterArgument, setterValue, obj, forceDeopt; |
+// TODO(mvstanton): use this code as a template to be able to test deoptimization. |
+ |
// ----------------------------------------------------------------------------- |
// Helpers for testing inlining of getters. |