| Index: test/mjsunit/regress/regress-crbug-410033.js
|
| diff --git a/test/mjsunit/regress/string-compare-memcmp.js b/test/mjsunit/regress/regress-crbug-410033.js
|
| similarity index 64%
|
| copy from test/mjsunit/regress/string-compare-memcmp.js
|
| copy to test/mjsunit/regress/regress-crbug-410033.js
|
| index 45f47343ee84fcd71c94d63a32210c83ca8c091d..1f9b37494cfb74a3450958153e2328cddab951bc 100644
|
| --- a/test/mjsunit/regress/string-compare-memcmp.js
|
| +++ b/test/mjsunit/regress/regress-crbug-410033.js
|
| @@ -2,6 +2,6 @@
|
| // Use of this source code is governed by a BSD-style license that can be
|
| // found in the LICENSE file.
|
|
|
| -// Flags: --allow-natives-syntax
|
| +// Flags: --allow-natives-syntax --expose-gc
|
|
|
| -assertEquals(-1, %StringCompare("abc\u0102", "abc\u0201"));
|
| +%GetScript('v8/gc');
|
|
|