blob: 26cf97d0f6cb90fe111102db6c9780ad64954cab [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: The length property of parseInt is 2
esid: sec-parseint-string-radix
description: parseInt.length === 2
---*/
//CHECK#1
if (parseInt.length !== 2) {
$ERROR('#1: parseInt.length === 2. Actual: ' + (parseInt.length));
}