mirror of https://github.com/tc39/test262.git
Fix buggy error message
This commit is contained in:
parent
918cefcd09
commit
ecd24faa82
|
@ -25,7 +25,7 @@ Object.entries(instances).forEach(([typeName, instance]) => {
|
|||
assert.throws(
|
||||
TypeError,
|
||||
() => { us.formatRange(instance, anotherInstance); },
|
||||
'different types argument is bad (' + typeName + ' and ' + anotherTypeName
|
||||
'formatRange: bad arguments (' + typeName + ' and ' + anotherTypeName + ')'
|
||||
);
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue