| Index: test/mjsunit/regexp-global.js
|
| diff --git a/test/mjsunit/regexp-global.js b/test/mjsunit/regexp-global.js
|
| index 093dba17c10ff348a1c0dd83cd1fb4c4d738eed7..850169945815c2bebe93eaed91d9da48e57ff03a 100644
|
| --- a/test/mjsunit/regexp-global.js
|
| +++ b/test/mjsunit/regexp-global.js
|
| @@ -214,7 +214,7 @@ function test_match(result_expectation,
|
|
|
|
|
| // Test for different number of matches.
|
| -for (var m = 0; m < 200; m++) {
|
| +for (var m = 0; m < 33; m++) {
|
| // Create string that matches m times.
|
| var subject = "";
|
| var test_1_expectation = "";
|
|
|