Skip to content
Snippets Groups Projects
Commit 2234f0fc authored by Adrian Heine né Lang's avatar Adrian Heine né Lang Committed by Leo Balter
Browse files

Fix syntax in test (#1841)

This was introduced in 6581e849.
parent c0f6c8a0
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,6 @@ const errors = [
for (const input of errors) {
assert.throws(CustomError, function() {
new Intl.Locale(input);
}),
},
`new Intl.Locale(${input}) throws CustomError`);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment