Skip to content

Commit 8b07319

Browse files
authored
update benchmark.length.c
Signed-off-by: Sachin Pangal <151670745+Sachinn-64@users.noreply.github.com>
1 parent 34db0f0 commit 8b07319

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/node_modules/@stdlib/stats/base/ndarray/dmidrange/benchmark/c/benchmark.length.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ static void print_version( void ) {
5050
*/
5151
static void print_summary( int total, int passing ) {
5252
printf( "#\n" );
53-
printf( "1..%d\n", total );
53+
printf( "1..%d\n", total ); // TAP plan
5454
printf( "# total %d\n", total );
5555
printf( "# pass %d\n", passing );
5656
printf( "#\n" );

0 commit comments

Comments
 (0)