| Index: test/mjsunit/fuzz-natives-part4.js
|
| diff --git a/test/mjsunit/fuzz-natives-part4.js b/test/mjsunit/fuzz-natives-part4.js
|
| index 4003df84febef25099e7d2a1162f3e8160d5522e..484c903ef38829d915ec4ad98c3126a55795491c 100644
|
| --- a/test/mjsunit/fuzz-natives-part4.js
|
| +++ b/test/mjsunit/fuzz-natives-part4.js
|
| @@ -201,6 +201,9 @@ var knownProblems = {
|
| "_OneByteSeqStringSetChar": true,
|
| "_TwoByteSeqStringSetChar": true,
|
|
|
| + // Internal helper that expects a Code reference
|
| + "CatchInOptimizedCode": true
|
| +
|
| // Only applicable to generators.
|
| "_GeneratorNext": true,
|
| "_GeneratorThrow": true,
|
|
|