| Index: test/mjsunit/fuzz-natives.js
|
| diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
|
| index 225a44d8a514a665d2d89d3f7d9ca6b01fb022c2..eca7e47faa6cbf1a0957660446b55646e7a0fb41 100644
|
| --- a/test/mjsunit/fuzz-natives.js
|
| +++ b/test/mjsunit/fuzz-natives.js
|
| @@ -195,7 +195,10 @@ var knownProblems = {
|
|
|
| // Only applicable to strings.
|
| "_HasCachedArrayIndex": true,
|
| - "_GetCachedArrayIndex": true
|
| + "_GetCachedArrayIndex": true,
|
| +
|
| + // Internal helper that expects a Code reference
|
| + "CatchInOptimizedCode": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|