--- old/test/script/basic/JDK-8024174.js 2014-05-06 13:28:33.005789823 +0530 +++ new/test/script/basic/JDK-8024174.js 2014-05-06 13:28:32.885789227 +0530 @@ -46,6 +46,6 @@ __proto__: null }; -if (obj2.__proto__ !== null || Object.getPrototypeOf(obj2) !== null) { +if (Object.getPrototypeOf(obj2) !== null) { fail("obj2.__proto__ was not set to null inside literal"); }