| Index: test/mjsunit/fuzz-natives.js
|
| diff --git a/test/mjsunit/fuzz-natives.js b/test/mjsunit/fuzz-natives.js
|
| index 5b5d6d9a2ddf415886390ef55797412128c212f6..a2c3217110bff4240a4e4e479060bbb30226bd1d 100644
|
| --- a/test/mjsunit/fuzz-natives.js
|
| +++ b/test/mjsunit/fuzz-natives.js
|
| @@ -123,7 +123,8 @@ var knownProblems = {
|
| "CreateObjectLiteralBoilerplate": true,
|
| "CloneObjectLiteralBoilerplate": true,
|
| "IS_VAR": true,
|
| - "ResolvePossiblyDirectEval": true
|
| + "ResolvePossiblyDirectEval": true,
|
| + "Log": true
|
| };
|
|
|
| var currentlyUncallable = {
|
|
|