Index: test/mjsunit/harmony/proxies.js |
diff --git a/test/mjsunit/harmony/proxies.js b/test/mjsunit/harmony/proxies.js |
index d26ce1d149a496992588852fbe86115248a49e4f..00e605f8d2d80bbab152d9ee8dafe88be6c5effb 100644 |
--- a/test/mjsunit/harmony/proxies.js |
+++ b/test/mjsunit/harmony/proxies.js |
@@ -25,9 +25,9 @@ |
// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE |
// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. |
-// We change the stack size for the A64 simulator because at one point this test |
-// enters an infinite recursion which goes through the runtime and we overflow |
-// the system stack before the simulator stack. |
+// We change the stack size for the ARM64 simulator because at one point this |
+// test enters an infinite recursion which goes through the runtime and we |
+// overflow the system stack before the simulator stack. |
// Flags: --harmony-proxies --sim-stack-size=500 |