Skip to content

Commit 594dc7a

Browse files
committed
Fix number of skipped tests
1 parent 98aedda commit 594dc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/nqp/031-grammar.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ ok(?ABC.parse('ccc', :rule<not_a_or_b> ), "<- name-with-hyphen> matches");
3838
ok(!ABC.parse('cac', :rule<not_a_or_b> ), "<- name-with-hyphen> doesn't match");
3939

4040
if nqp::getcomp('nqp').backend.name eq 'jvm' {
41-
skip('not yet fixed on the JVM', 1);
41+
skip('not yet fixed on the JVM', 3);
4242
} else {
4343
ok( ?ABC.parse("7\x[308]", :rule<only_integer>), '\d matches a combining character');
4444

0 commit comments

Comments
 (0)