From 927ad3051fdfc9916e30e6d1b7f97f7222685293 Mon Sep 17 00:00:00 2001 From: Sarah GHP Date: Wed, 17 Nov 2021 19:08:44 +0100 Subject: [PATCH] Remove unused includes --- .../PlainYearMonth/prototype/since/arguments-missing-throws.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/built-ins/Temporal/PlainYearMonth/prototype/since/arguments-missing-throws.js b/test/built-ins/Temporal/PlainYearMonth/prototype/since/arguments-missing-throws.js index c9658ee883..865c8cb1eb 100644 --- a/test/built-ins/Temporal/PlainYearMonth/prototype/since/arguments-missing-throws.js +++ b/test/built-ins/Temporal/PlainYearMonth/prototype/since/arguments-missing-throws.js @@ -4,7 +4,6 @@ /*--- esid: sec-temporal.plainyearmonth.prototype.since description: Calls to PYM.since throw when missing required arguments. -includes: [temporalHelpers.js] features: [Temporal] ---*/