Skip to content

Commit 6b6ad9c

Browse files
Update benchmark.native.js
Signed-off-by: Karan Anand <[email protected]>
1 parent d7e7006 commit 6b6ad9c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/math/base/special/frexpf/benchmark/benchmark.native.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5151
for ( i = 0; i < b.iterations; i++ ) {
5252
y = frexpf( x[ i%x.length ] );
5353
if ( typeof y !== 'object' ) {
54-
b.fail( 'should return an array' );
54+
b.fail( 'should return an object' );
5555
}
5656
}
5757
b.toc();

0 commit comments

Comments
 (0)