Skip to content

Commit d7e7006

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

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
@@ -56,7 +56,7 @@ bench( pkg+'::native', opts, function benchmark( b ) {
5656
}
5757
b.toc();
5858
if ( !isFloat32Array( y ) ) {
59-
b.fail( 'should return an array' );
59+
b.fail( 'should return a Float32Array' );
6060
}
6161
b.pass( 'benchmark finished' );
6262
b.end();

0 commit comments

Comments
 (0)