Skip to content

Commit

Permalink
fix test262 crash in v8 due to renamed test
Browse files Browse the repository at this point in the history
  • Loading branch information
evanw committed Nov 20, 2023
1 parent 0d9f765 commit 6b9737a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/test262.js
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ const skipEvaluatingTheseTests = new Set([
// 7: 0x137e3db v8::internal::Runtime_DynamicImportCall(int, unsigned long*, v8::internal::Isolate*) [node]
// 8: 0x17fd4f4 [node]
//
'language/expressions/dynamic-import/2nd-param-assert-enumeration.js',
'language/expressions/dynamic-import/import-assertions/2nd-param-assert-enumeration.js',
])

function findFiles() {
Expand Down

0 comments on commit 6b9737a

Please sign in to comment.