blob: 9e975c0094d4812eb869d8996b65e6203d74b781 [file] [log] [blame]
// Copyright 2009 the Sputnik authors. All rights reserved.
// This code is governed by the BSD license found in the LICENSE file.
/*---
info: Object prototype object has not prototype
es5id: 15.2.4_A1_T1
description: Checking if obtaining Object.prototype.prototype fails
---*/
// CHECK#1
if (Object.prototype.prototype !== undefined) {
$ERROR('#1: Object prototype has not prototype');
}