Skip to content

Commit dd5b32d

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent f325014 commit dd5b32d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/blas/base/ndarray/gcopy/benchmark

lib/node_modules/@stdlib/blas/base/ndarray/gcopy/benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ function createBenchmark( len ) {
7474
for ( i = 0; i < b.iterations; i++ ) {
7575
z = gcopy( [ x, y ] );
7676
if ( typeof z !== 'object' ) {
77-
b.fail( 'should not return NaN' );
77+
b.fail( 'should return an ndarray' );
7878
}
7979
}
8080
b.toc();

0 commit comments

Comments
 (0)