Skip to content

Commit 09bb50b

Browse files
committed
Fix test count.
1 parent b935a35 commit 09bb50b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/60-bigint.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#! nqp
22
use nqpmo;
33

4-
plan(47);
4+
plan(49);
55

66
my $knowhow := nqp::knowhow();
77
my $bi_type := $knowhow.new_type(:name('TestBigInt'), :repr('P6bigint'));

0 commit comments

Comments
 (0)