diff --git a/test/built-ins/Temporal/PlainDate/prototype/with/custom.js b/test/built-ins/Temporal/PlainDate/prototype/with/custom.js index e772c7dfc0..cfc844744b 100644 --- a/test/built-ins/Temporal/PlainDate/prototype/with/custom.js +++ b/test/built-ins/Temporal/PlainDate/prototype/with/custom.js @@ -4,7 +4,7 @@ /*--- esid: sec-temporal.plaindate.prototype.with description: Basic tests with custom calendar -includes: [compareArray.js,temporalHelpers.js] +includes: [temporalHelpers.js] features: [Temporal] ---*/