mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
fixup! Remove redundant assertion
This commit is contained in:
parent
ef899c48fd
commit
9ed6ca769d
@ -27,7 +27,6 @@ assert.sameValue(calls, 1, 'NoSubstitutionTemplate function invocation');
|
||||
calls = 0;
|
||||
(function(site, n, s, o, f, r) {
|
||||
calls++;
|
||||
assert.sameValue(arguments.length, 6);
|
||||
assert.sameValue(n, number);
|
||||
assert.sameValue(s, string);
|
||||
assert.sameValue(o, object);
|
||||
|
Loading…
x
Reference in New Issue
Block a user