Skip to content

Commit 572edae

Browse files
committed
[jvm] Fix test skipping
1 parent 31cb2aa commit 572edae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/081-radix.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ test_radix_both(3,"3",0,2, 0,1,-1, "no digits consumed with digit outside radix"
6060
test_radix_both(3,"۳",0,2, 0,1,-1, "no digits consumed with unicode digit outside radix");
6161

6262
if nqp::getcomp('nqp').backend.name eq 'jvm' {
63-
skip("radix can't yet handle fancy unicode stuff on the jvm", 4*3*2);
63+
skip("radix can't yet handle fancy unicode stuff on the jvm", 4*(6 + 3));
6464
} else {
6565
test_radix_both(10,"۳",0,2, 3,10,1, "extended arabic-indic digit three");
6666
test_radix_both(10,"۳۳",0,2, 33,100,2, "extended arabic-indic digit three");

0 commit comments

Comments
 (0)