blob: f49a97bcfdcdb59b77a6a63ea3ae8912161b0591 [file] [log] [blame]
// Copyright 2012 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
es5id: 10.2.1
description: Tests that Intl.Collator.prototype has the required attributes.
author: Norbert Lindenberg
includes: [propertyHelper.js]
---*/
verifyProperty(Intl.Collator, "prototype", {
writable: false,
enumerable: false,
configurable: false,
});