Skip to content

Commit ce60c2b

Browse files
committed
Fix test count
1 parent 01429c3 commit ce60c2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/102-multidim.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#! nqp
22

3-
plan(190);
3+
plan(191);
44

55
sub is-dims(@arr, @expected-dims, $description) {
66
my $got-dims := nqp::dimensions(@arr);

0 commit comments

Comments
 (0)