Index: test/mjsunit/regress/regress-1122.js |
diff --git a/test/mjsunit/regress/regress-1122.js b/test/mjsunit/regress/regress-1122.js |
index 815511d18efd83d257c951b80b3678cbdc11e3fe..294d52a4b5e90f162166af48db79b3c89929a3bd 100644 |
--- a/test/mjsunit/regress/regress-1122.js |
+++ b/test/mjsunit/regress/regress-1122.js |
@@ -62,7 +62,5 @@ assertEquals('prefix 16000 suffix', |
assertEquals('prefix undefined suffix', |
function_with_n_params_and_m_args(32000, 10000)); |
-assertThrows("function_with_n_params_and_m_args(35000, 35000)"); |
-assertThrows("function_with_n_params_and_m_args(100000, 100000)"); |
-assertThrows("function_with_n_params_and_m_args(35000, 30000)"); |
-assertThrows("function_with_n_params_and_m_args(30000, 35000)"); |
+assertThrows("function_with_n_params_and_m_args(66000, 60000)"); |
+assertThrows("function_with_n_params_and_m_args(60000, 66000)"); |