Skip to content

Commit 6b81564

Browse files
gibson042ptomato
authored andcommitted
Remove glob for nonexistent test262 directory
**test/intl402/Intl/DateTimeFormat** was removed by tc39/test262@7ab6423
1 parent 67e7a00 commit 6b81564

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.mjs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ export default function runTest262({
229229
[
230230
path.resolve(testSubdirectory, '**/Temporal/**/*.js'),
231231
path.resolve(testSubdirectory, 'intl402/DateTimeFormat/**/*.js'),
232-
path.resolve(testSubdirectory, 'intl402/Intl/DateTimeFormat/**/*.js'),
233232
// "p*" is a workaround because there is no toTemporalInstant dir at this time
234233
path.resolve(testSubdirectory, 'built-ins/Date/p*/toTemporalInstant/*.js')
235234
].forEach((defaultGlob) => globResults.push(...globSync(defaultGlob, GLOB_OPTS)));

0 commit comments

Comments
 (0)