michael@0: // Copyright 2012 Google Inc. All rights reserved. michael@0: // This code is governed by the BSD license found in the LICENSE file. michael@0: michael@0: /** michael@0: * @description Tests that Intl.Collator.prototype.constructor is the michael@0: * Intl.Collator. michael@0: */ michael@0: michael@0: if (Intl.Collator.prototype.constructor !== Intl.Collator) { michael@0: $ERROR("Intl.Collator.prototype.constructor is not the same as " + michael@0: "Intl.Collator"); michael@0: } michael@0: