blob: e1d59dde71218eecd4a4fe31234be128a82cae7c [file] [log] [blame]
// Copyright (C) 2017 Mozilla Corporation. All rights reserved.
// This code is governed by the license found in the LICENSE file.
/*---
esid: sec-atomics.sub
description: Testing descriptor property of Atomics.sub
includes: [propertyHelper.js]
features: [Atomics]
---*/
verifyProperty(Atomics, 'sub', {
enumerable: false,
writable: true,
configurable: true,
});