Skip to content

Commit 76815d2

Browse files
committed
Update skip count in test.
1 parent dea98a2 commit 76815d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/qast/01-qast.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ test_qast_result(
12351235
);
12361236

12371237
if nqp::getcomp('nqp').backend.name eq 'jvm' {
1238-
skip('children of a QAST::Var with a "param" decl are not implemented');
1238+
skip('children of a QAST::Var with a "param" decl are not implemented', 4);
12391239
}
12401240
else {
12411241
is_qast_args(

0 commit comments

Comments
 (0)