blob: fb8634d01948d90d841a57682ea0a9b578cd9027 [file] [log] [blame]
// Copyright 2016 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
esid: sec-Intl.PluralRules.prototype.constructor
description: >
Tests that Intl.PluralRules.prototype is an object that has been
initialized as an Intl.PluralRules.
author: Zibi Braniecki
---*/
assert.sameValue(Intl.PluralRules.prototype.constructor, Intl.PluralRules, "Intl.PluralRules.prototype.constructor is not the same as Intl.PluralRules");